Protect includes for kernel specific use from userland.
This commit is contained in:
parent
fe53256dc2
commit
b433623c94
@ -45,8 +45,10 @@
|
||||
#ifndef _MACHINE_PMAP_H_
|
||||
#define _MACHINE_PMAP_H_
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <machine/chipset.h>
|
||||
#include <sys/systm.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define meanings for a few software bits in the pte
|
||||
|
Loading…
Reference in New Issue
Block a user