summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormjg <mjg@FreeBSD.org>2015-09-22 21:07:47 +0000
committermjg <mjg@FreeBSD.org>2015-09-22 21:07:47 +0000
commit0ea1d42c189c80bf01db894ce4a45f5ad7b25ee7 (patch)
tree5f74377d1af7c25b54accbef13b8460e7bdb57e5 /sys/amd64
parent88b54de46b3c5b4d0eaf91180af14c72f30cd69c (diff)
downloadFreeBSD-src-0ea1d42c189c80bf01db894ce4a45f5ad7b25ee7.zip
FreeBSD-src-0ea1d42c189c80bf01db894ce4a45f5ad7b25ee7.tar.gz
amd64: plug redundant bootAP declaration
Reported by: gcc5
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/include/smp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h
index 4fd6aac..850289a 100644
--- a/sys/amd64/include/smp.h
+++ b/sys/amd64/include/smp.h
@@ -35,7 +35,6 @@ extern int mp_naps;
extern int boot_cpu_id;
extern struct pcb stoppcbs[];
extern int cpu_apic_ids[];
-extern int bootAP;
extern void *dpcpu;
extern char *bootSTK;
extern int bootAP;
OpenPOWER on IntegriCloud