We only use the cpu0 variable in the FDT code.

Obtained from:	ABT Systems Ltd
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2016-11-29 13:32:23 +00:00
parent 9aaefb2c53
commit 323057e8af

View File

@ -106,12 +106,14 @@ struct pcb stoppcbs[MAXCPU];
static device_t cpu_list[MAXCPU];
#ifdef FDT
/*
* Not all systems boot from the first CPU in the device tree. To work around
* this we need to find which CPU we have booted from so when we later
* enable the secondary CPUs we skip this one.
*/
static int cpu0 = -1;
#endif
void mpentry(unsigned long cpuid);
void init_secondary(uint64_t);