Disable SMP
The IPI extension is being used to multiplex IPI interruptions and we don't need it as we only have one CPU.
This commit is contained in:
parent
4461686e80
commit
427859818c
@ -63,7 +63,10 @@
|
||||
WQ_WATCHDOG y
|
||||
WQ_CPU_INTENSIVE_REPORT y
|
||||
''
|
||||
# RISCV_ISA_ZICBOM n
|
||||
# Disable SMP so we don't have IPI
|
||||
+ ''
|
||||
SMP n
|
||||
''
|
||||
;
|
||||
}
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user