summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-07-31 01:26:40 +0000
committerpeter <peter@FreeBSD.org>2003-07-31 01:26:40 +0000
commita6f20d5795c4f51ea92a498d19107c908dcb6875 (patch)
tree76b5f43effe8c88f4460fe9c59796b4003535931 /sys/amd64
parent6dab4e8092b1082863a616b088b544c0cdc235cb (diff)
downloadFreeBSD-src-a6f20d5795c4f51ea92a498d19107c908dcb6875.zip
FreeBSD-src-a6f20d5795c4f51ea92a498d19107c908dcb6875.tar.gz
Cosmetic: fix disorder of opt_kstack_pages.h include.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 15755bb..18b11aa 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -47,10 +47,10 @@ __FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_ipx.h"
#include "opt_isa.h"
+#include "opt_kstack_pages.h"
#include "opt_maxmem.h"
#include "opt_msgbuf.h"
#include "opt_perfmon.h"
-#include "opt_kstack_pages.h"
#include <sys/param.h>
#include <sys/systm.h>
OpenPOWER on IntegriCloud