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:
parent
4ff9e8d5e5
commit
675ceea82b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=92668
@ -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>
|
||||
|
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user