mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix UP build.
Sponsored by: The FreeBSD Foundation MFC after: 2 months
This commit is contained in:
parent
19442b85b1
commit
117c6e7cf2
1 changed files with 2 additions and 1 deletions
|
|
@ -55,8 +55,9 @@ __FBSDID("$FreeBSD$");
|
|||
#include <machine/specialreg.h>
|
||||
#include <machine/md_var.h>
|
||||
|
||||
#ifdef SMP
|
||||
#include <x86/apicreg.h>
|
||||
#include <x86/apicvar.h>
|
||||
#ifdef SMP
|
||||
#include <machine/smp.h>
|
||||
#include <machine/vmparam.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue