MFi386: revision 1.501

This commit is contained in:
Yoshihiro Takahashi 2002-03-10 06:19:37 +00:00
parent 9c330bfd7c
commit 2bc5801e8c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91981
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,6 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/reboot.h>
#include <sys/smp.h>
#include <sys/callout.h>
#include <sys/msgbuf.h>
#include <sys/sysent.h>
@ -110,6 +109,7 @@
#endif
#ifdef SMP
#include <machine/privatespace.h>
#include <machine/smp.h>
#endif
#include <i386/isa/icu.h>

View File

@ -67,7 +67,6 @@
#include <sys/bio.h>
#include <sys/buf.h>
#include <sys/reboot.h>
#include <sys/smp.h>
#include <sys/callout.h>
#include <sys/msgbuf.h>
#include <sys/sysent.h>
@ -110,6 +109,7 @@
#endif
#ifdef SMP
#include <machine/privatespace.h>
#include <machine/smp.h>
#endif
#include <i386/isa/icu.h>