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 INIT IPI delay for modern CPUs

This commit is contained in:
Stefan Lankes 2016-10-09 23:08:45 +02:00
parent deb2b2ad0c
commit add938ae38

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 = 1;
#define traditional_delay 0
spinlock_t bootlock = SPINLOCK_INIT;