From 9907dd847d1a13f6749c792a069e1f27621db016 Mon Sep 17 00:00:00 2001 From: ticso Date: Mon, 19 Sep 2005 23:33:00 +0000 Subject: Protect includes for kernel specific use from userland. --- sys/alpha/include/pmap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/alpha') diff --git a/sys/alpha/include/pmap.h b/sys/alpha/include/pmap.h index 08c78dc..cc5902b 100644 --- a/sys/alpha/include/pmap.h +++ b/sys/alpha/include/pmap.h @@ -45,8 +45,10 @@ #ifndef _MACHINE_PMAP_H_ #define _MACHINE_PMAP_H_ +#ifdef _KERNEL #include #include +#endif /* * Define meanings for a few software bits in the pte -- cgit v1.1