summaryrefslogtreecommitdiffstats
path: root/sys/i386/xen
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2010-01-11 15:51:13 +0000
committeralc <alc@FreeBSD.org>2010-01-11 15:51:13 +0000
commitb71264af8e694514e68f53fd7210b617105bd60f (patch)
tree9e7954ba72c7cd9d5ee93adc874f9342a562bf28 /sys/i386/xen
parent58173f9fd7b4481664df3c1b6b29a2eda9da6680 (diff)
downloadFreeBSD-src-b71264af8e694514e68f53fd7210b617105bd60f.zip
FreeBSD-src-b71264af8e694514e68f53fd7210b617105bd60f.tar.gz
Eliminate an unused declaration.
Diffstat (limited to 'sys/i386/xen')
-rw-r--r--sys/i386/xen/mp_machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/i386/xen/mp_machdep.c b/sys/i386/xen/mp_machdep.c
index 9253366..d408e97 100644
--- a/sys/i386/xen/mp_machdep.c
+++ b/sys/i386/xen/mp_machdep.c
@@ -105,9 +105,6 @@ static char callfunc_name[NR_CPUS][15];
/* Free these after use */
void *bootstacks[MAXCPU];
-/* Hotwire a 0->4MB V==P mapping */
-extern pt_entry_t *KPTphys;
-
struct pcb stoppcbs[MAXCPU];
/* Variables needed for SMP tlb shootdown. */
OpenPOWER on IntegriCloud