diff options
Diffstat (limited to 'i386/intel/pmap.c')
-rw-r--r-- | i386/intel/pmap.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index e380be7..e385404 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -81,6 +81,7 @@ #include <i386/cpu_number.h> #include <i386/proc_reg.h> #include <i386/locore.h> +#include <i386/model_dep.h> #define WRITE_PTE(pte_p, pte_entry) *(pte_p) = (pte_entry); @@ -142,13 +143,6 @@ char *pv_lock_table; /* pointer to array of bits */ boolean_t pmap_initialized = FALSE; /* - * More-specific code provides these; - * they indicate the total extent of physical memory - * that we know about and might ever have to manage. - */ -extern vm_offset_t phys_first_addr, phys_last_addr; - -/* * Range of kernel virtual addresses available for kernel memory mapping. * Does not include the virtual addresses used to map physical memory 1-1. * Initialized by pmap_bootstrap. |