smp: Bump MAX_CPUS to 24

Needed for (presumed) M2 Ultra.

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2023-04-09 20:37:56 +09:00
parent 481f662271
commit dabad98d6e

View file

@ -6,7 +6,7 @@
#include "types.h"
#include "utils.h"
#define MAX_CPUS 20
#define MAX_CPUS 24
#define SECONDARY_STACK_SIZE 0x10000
extern u8 *secondary_stacks[MAX_CPUS];