Skip to content

Commit dabad98

Browse files
committed
smp: Bump MAX_CPUS to 24
Needed for (presumed) M2 Ultra. Signed-off-by: Hector Martin <[email protected]>
1 parent 481f662 commit dabad98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/smp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "types.h"
77
#include "utils.h"
88

9-
#define MAX_CPUS 20
9+
#define MAX_CPUS 24
1010

1111
#define SECONDARY_STACK_SIZE 0x10000
1212
extern u8 *secondary_stacks[MAX_CPUS];

0 commit comments

Comments
 (0)