summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2008-07-04 17:36:12 +0000
committeralc <alc@FreeBSD.org>2008-07-04 17:36:12 +0000
commit3f80ced8f06b3824c55003bb9812423be5810f70 (patch)
tree3678832d974d22dade78cd66af6fc1bca915e4ba /sys/amd64
parent5ca4464c0957f5b1ad510da18731eb6bb5582f94 (diff)
downloadFreeBSD-src-3f80ced8f06b3824c55003bb9812423be5810f70.zip
FreeBSD-src-3f80ced8f06b3824c55003bb9812423be5810f70.tar.gz
Eliminate an unused declaration. (In fact, the declaration is bogus
because the variable is defined static to pmap.c on i386.) Found by: CScout
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index bafd4fc..9a0ed51 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -79,7 +79,6 @@ int mcount_lock;
int mp_naps; /* # of Applications processors */
int boot_cpu_id = -1; /* designated BSP */
-extern int nkpt;
extern struct pcpu __pcpu[];
OpenPOWER on IntegriCloud