summaryrefslogtreecommitdiff
path: root/i386/intel
diff options
context:
space:
mode:
authorMarin Ramesa <mpr@hi.t-com.hr>2013-12-05 22:03:40 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-12-09 00:13:29 +0900
commitdb76d6bfd6b70c6fa03f90e0d77577df83e22f70 (patch)
tree727d6284124bed9c15aa277a3c08ae90f4409f7c /i386/intel
parent6fe7f4a63ac7b1efe182d861722e2baf71b1be16 (diff)
i386/intel/pmap.c: remove unused variable
* i386/intel/pmap.c (end): Remove unused variable.
Diffstat (limited to 'i386/intel')
-rw-r--r--i386/intel/pmap.c2
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().