* i386/intel/pmap.c (end): Remove unused variable. --- i386/intel/pmap.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/i386/intel/pmap.c b/i386/intel/pmap.c index 69a58ed..d3e77ed 100644 --- a/i386/intel/pmap.c +++ b/i386/intel/pmap.c @@ -395,8 +395,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(). -- 1.8.1.4