I'll compile a kernel with CONFIG_NO_HZ to see what happens but how do I
disable cpuidle during boot? I've checked the kernel-parameters.txt but
there's no cpuidle related boot parameter there.

Booting with intel_idle.max_cstate=0 should do the trick.

intel_idle.max_cstate=0 causes a fallback to the acpi_idle driver. So it
does not disable the C-states directly.

What about not building the acpi_idle driver, then?

Or just use the processor.max_cstate parameter then.

--
Regards,
Richard Schütz
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to