summaryrefslogtreecommitdiffstats
path: root/sys/i386
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/i386
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/i386')
-rw-r--r--sys/i386/i386/mp_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/mp_machdep.c b/sys/i386/i386/mp_machdep.c
index a18d6a1..02c34bc 100644
--- a/sys/i386/i386/mp_machdep.c
+++ b/sys/i386/i386/mp_machdep.c
@@ -131,7 +131,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