diff options
Diffstat (limited to 'i386/intel/pmap.c')
-rw-r--r-- | i386/intel/pmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 63a061e5..2a1d79a5 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -1006,8 +1006,7 @@ void pmap_init(void) KMEM_CACHE_PHYSMEM); #if PAE kmem_cache_init(&pdpt_cache, "pdpt", - PDPNUM * sizeof(pt_entry_t), - PDPNUM * sizeof(pt_entry_t), NULL, + INTEL_PGBYTES, INTEL_PGBYTES, NULL, KMEM_CACHE_PHYSMEM); #endif s = (vm_size_t) sizeof(struct pv_entry); |