Searched refs:cpu_idle_apl31_workaround (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/x86/x86/
H A Dcpu_machdep.c688 static int cpu_idle_apl31_workaround; variable
690 &cpu_idle_apl31_workaround, 0,
706 return (cpu_idle_apl31_workaround ? 0 : 1);
831 cpu_idle_apl31_workaround = 1;
834 TUNABLE_INT_FETCH("machdep.idle_apl31", &cpu_idle_apl31_workaround);

Completed in 121 milliseconds