From b8168edefc1bdebd0cd2138191bf74be5d46c456 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 7 Jun 2004 23:47:59 +0000 Subject: [PATCH] Be a little more consistent in the naming of the PML4 defines. --- sys/amd64/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/amd64/include/param.h b/sys/amd64/include/param.h index 4c6bb3a2c3c..5216c55a28d 100644 --- a/sys/amd64/include/param.h +++ b/sys/amd64/include/param.h @@ -115,9 +115,9 @@ /* Size of the level 4 page-map level-4 table units */ #define NPML4EPG (PAGE_SIZE/(sizeof (pml4_entry_t))) #define NPML4EPGSHIFT 9 /* LOG2(NPML4EPG) */ -#define PML4SHIFT 39 /* LOG2(NBPML4T) */ -#define NBPML4T (1ul<