mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include "opt_pmap.h" so that the DISABLE_P* options are honored.
This commit is contained in:
parent
63239aa581
commit
1ab9ea3059
2 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,8 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "opt_pmap.h"
|
||||
|
||||
#include <machine/asmacros.h> /* miscellaneous asm macros */
|
||||
#include <machine/apic.h>
|
||||
#include <machine/specialreg.h>
|
||||
|
|
|
|||
|
|
@ -34,6 +34,8 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include "opt_pmap.h"
|
||||
|
||||
#include <machine/asmacros.h> /* miscellaneous asm macros */
|
||||
#include <machine/apic.h>
|
||||
#include <machine/specialreg.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue