1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

Add some #includes after things got broken with the last round of

MI include file (<sys/smp.h> I think) tweaks.
This commit is contained in:
Peter Wemm 2002-03-19 11:05:07 +00:00
parent 4ff9e8d5e5
commit 675ceea82b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92668
2 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@
#include <machine/bus.h>
#include <sys/rman.h>
#include <sys/interrupt.h>
#include <machine/intr.h>
#include <machine/vmparam.h>
#include <vm/vm.h>

View File

@ -34,6 +34,8 @@
#include <sys/systm.h>
#include <machine/sapicvar.h>
#include <machine/sapicreg.h>
#include <sys/bus.h>
#include <machine/intr.h>
static MALLOC_DEFINE(M_SAPIC, "sapic", "I/O SAPIC devices");