summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/mp_machdep.c
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2010-01-10 21:00:52 +0000
committeralc <alc@FreeBSD.org>2010-01-10 21:00:52 +0000
commit8825e3e101edadb52728cebd998e553d67ebbf06 (patch)
treed690a40b6d7e14406b2fc84b361b47a1da19bff6 /sys/amd64/amd64/mp_machdep.c
parent90552e474a0c3a30d9265060f018c784ca048739 (diff)
downloadFreeBSD-src-8825e3e101edadb52728cebd998e553d67ebbf06.zip
FreeBSD-src-8825e3e101edadb52728cebd998e553d67ebbf06.tar.gz
Eliminate unused declarations.
Diffstat (limited to 'sys/amd64/amd64/mp_machdep.c')
-rw-r--r--sys/amd64/amd64/mp_machdep.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index f5b1351..337c028 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -98,12 +98,6 @@ char *doublefault_stack;
char *nmi_stack;
void *dpcpu;
-/* Hotwire a 0->4MB V==P mapping */
-extern pt_entry_t *KPTphys;
-
-/* SMP page table page */
-extern pt_entry_t *SMPpt;
-
struct pcb stoppcbs[MAXCPU];
struct xpcb **stopxpcbs = NULL;
OpenPOWER on IntegriCloud