mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
Switch back to the traditional delay for an INIT IPI
This commit is contained in:
parent
7e56943169
commit
7f58c294ad
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ static uint8_t online[MAX_APIC_CORES] = {[0 ... MAX_APIC_CORES-1] = 0};
|
|||
* => by setting traditional_delay to 1, we switch back to the old
|
||||
* way
|
||||
*/
|
||||
static uint8_t traditional_delay = 0;
|
||||
static uint8_t traditional_delay = 1;
|
||||
|
||||
spinlock_t bootlock = SPINLOCK_INIT;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue