https://bugzilla.kernel.org/show_bug.cgi?id=19702 --- Comment #47 from Thomas Renninger <trenn@xxxxxxx> 2010-11-08 12:49:05 --- > since this will prevent the kernel from being compiled. Yep, you would need to touch the other places where it gets evaluated as well. Easiest for you should be to take the patch you verified working from comment #34 (with the boot/module param described somewhere...): acpi-cpufreq: Provide param to disable average HW statistics for broken timers If you want to make sure scheduler also does not make use of the timers you can additionally add something like: struct cpuinfo_x86 *c; ... c = &cpu_data(cpu); clear_cpu_cap(c, X86_FEATURE_APERFMPERF); This is an ugly hack, but should work for you. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html