diff options
Diffstat (limited to 'i386/intel')
-rw-r--r-- | i386/intel/pmap.c | 1 | ||||
-rw-r--r-- | i386/intel/pmap.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 6827519..58fc5d4 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -77,6 +77,7 @@ #include <mach/machine/vm_param.h> #include <machine/thread.h> #include <i386/cpu_number.h> +#include <i386/proc_reg.h> #ifdef ORC #define OLIVETTICACHE 1 diff --git a/i386/intel/pmap.h b/i386/intel/pmap.h index 25ccc1a..17dc0ea 100644 --- a/i386/intel/pmap.h +++ b/i386/intel/pmap.h @@ -42,6 +42,7 @@ #include <mach/machine/vm_param.h> #include <mach/vm_statistics.h> #include <mach/kern_return.h> +#include <i386/proc_reg.h> /* * Define the generic in terms of the specific |