kernel: fix missing SMP_MAX_CPUS on non-x86
* Regression introduced due to scheduler change * Drop MAX_BOOT_CPUS as it is no longer used
This commit is contained in:
@@ -88,7 +88,6 @@ typedef struct cpu_ent {
|
||||
} cpu_ent CACHE_LINE_ALIGN;
|
||||
|
||||
|
||||
//extern cpu_ent gCPU[MAX_BOOT_CPUS];
|
||||
extern cpu_ent gCPU[];
|
||||
extern uint32 gCPUCacheLevelCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user