aarch64: idle task loops should be the same for BP and APs
This commit is contained in:
parent
2543e2ce0c
commit
c180959f4e
@ -332,7 +332,9 @@ static void _kidle(void) {
|
||||
static void _kburn(void) {
|
||||
while (1) {
|
||||
arch_pause();
|
||||
#ifndef __aarch64__
|
||||
switch_next();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user