From c025b81442dcb95ad04a0f7120ff59c20e29def2 Mon Sep 17 00:00:00 2001 From: Mateusz Guzik Date: Tue, 22 Sep 2015 21:07:47 +0000 Subject: [PATCH] amd64: plug redundant bootAP declaration Reported by: gcc5 --- sys/amd64/include/smp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/include/smp.h b/sys/amd64/include/smp.h index 4fd6aac856a..850289a701f 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;