diff options
Diffstat (limited to 'i386/intel/pmap.c')
-rw-r--r-- | i386/intel/pmap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 047f954..2f1c538 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -413,8 +413,6 @@ int ptes_per_vm_page; /* number of hardware ptes needed unsigned int inuse_ptepages_count = 0; /* debugging */ -extern char end; - /* * Pointer to the basic page directory for the kernel. * Initialized by pmap_bootstrap(). |