summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-02-06 13:31:22 +0000
committernyan <nyan@FreeBSD.org>2005-02-06 13:31:22 +0000
commitcda00ab53db39a6c1352187633c92de5571ec3df (patch)
tree294ca4e6a1a91dca2e2068032ca23acb763e03c0
parente740735d0155955d44529c57bc428fd808db1194 (diff)
downloadFreeBSD-src-cda00ab53db39a6c1352187633c92de5571ec3df.zip
FreeBSD-src-cda00ab53db39a6c1352187633c92de5571ec3df.tar.gz
Sort includes and remove duplicate include.
-rw-r--r--sys/pc98/i386/machdep.c17
-rw-r--r--sys/pc98/pc98/machdep.c17
2 files changed, 16 insertions, 18 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index e917a49..4169743 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -74,7 +74,6 @@
#include <sys/mutex.h>
#include <sys/pcpu.h>
#include <sys/ptrace.h>
-#include <sys/proc.h>
#include <sys/reboot.h>
#include <sys/sched.h>
#include <sys/signalvar.h>
@@ -87,9 +86,9 @@
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/vm_kern.h>
-#include <vm/vm_object.h>
#include <vm/vm_page.h>
#include <vm/vm_map.h>
+#include <vm/vm_object.h>
#include <vm/vm_pager.h>
#include <vm/vm_param.h>
@@ -101,6 +100,13 @@
#include <ddb/db_sym.h>
#endif
+#ifdef PC98
+#include <pc98/pc98/pc98_machdep.h>
+#include <pc98/pc98/pc98.h>
+#else
+#include <isa/rtc.h>
+#endif
+
#include <net/netisr.h>
#include <machine/bootinfo.h>
@@ -129,13 +135,6 @@
#include <i386/isa/icu.h>
#endif
-#ifdef PC98
-#include <pc98/pc98/pc98_machdep.h>
-#include <pc98/pc98/pc98.h>
-#else
-#include <isa/rtc.h>
-#endif
-
/* Sanity check for __curthread() */
CTASSERT(offsetof(struct pcpu, pc_curthread) == 0);
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index e917a49..4169743 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -74,7 +74,6 @@
#include <sys/mutex.h>
#include <sys/pcpu.h>
#include <sys/ptrace.h>
-#include <sys/proc.h>
#include <sys/reboot.h>
#include <sys/sched.h>
#include <sys/signalvar.h>
@@ -87,9 +86,9 @@
#include <vm/vm.h>
#include <vm/vm_extern.h>
#include <vm/vm_kern.h>
-#include <vm/vm_object.h>
#include <vm/vm_page.h>
#include <vm/vm_map.h>
+#include <vm/vm_object.h>
#include <vm/vm_pager.h>
#include <vm/vm_param.h>
@@ -101,6 +100,13 @@
#include <ddb/db_sym.h>
#endif
+#ifdef PC98
+#include <pc98/pc98/pc98_machdep.h>
+#include <pc98/pc98/pc98.h>
+#else
+#include <isa/rtc.h>
+#endif
+
#include <net/netisr.h>
#include <machine/bootinfo.h>
@@ -129,13 +135,6 @@
#include <i386/isa/icu.h>
#endif
-#ifdef PC98
-#include <pc98/pc98/pc98_machdep.h>
-#include <pc98/pc98/pc98.h>
-#else
-#include <isa/rtc.h>
-#endif
-
/* Sanity check for __curthread() */
CTASSERT(offsetof(struct pcpu, pc_curthread) == 0);
OpenPOWER on IntegriCloud