amd64: plug redundant bootAP declaration

Reported by:	gcc5
This commit is contained in:
Mateusz Guzik 2015-09-22 21:07:47 +00:00
parent f506d933b5
commit c025b81442

View file

@ -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;