1
0
Fork 0
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:
Stefan Lankes 2016-10-02 00:53:39 +02:00
parent 7e56943169
commit 7f58c294ad

View file

@ -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;