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:
Alexander von Gluck IV
2014-01-19 14:09:51 -06:00
parent 9d80738d95
commit 6647d2c95a
10 changed files with 30 additions and 20 deletions
-1
View File
@@ -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;