mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
amd64: plug redundant bootAP declaration
Reported by: gcc5
This commit is contained in:
parent
f506d933b5
commit
c025b81442
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue