mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
smp: Bump MAX_CPUS to 24
Needed for (presumed) M2 Ultra. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
481f662271
commit
dabad98d6e
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue