]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
authorDave Jones <davej@redhat.com>
Mon, 9 Mar 2009 19:07:33 +0000 (15:07 -0400)
committerDave Jones <davej@redhat.com>
Mon, 9 Mar 2009 19:07:33 +0000 (15:07 -0400)
commit77defe71dd59ededeba08a869ce79ecfd080a107
treef79cbe8397dd2578349d3aefe25dc72f26eab291
parent813a2cc98dadadf868f318b7f393703b67be76f9
Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."

This reverts commit 49814cba4350dc3a4406340bbaf97c408cabab1e.

Removing the sysfs interface for p4-clockmod was flagged as a
regression in bug 12826.

Course of action:
 - Find out the remaining causes of overheating, and fix them
   if possible. ACPI should be doing the right thing automatically.
   If it isn't, we need to fix that.
 - mark p4-clockmod ui as deprecated
 - try again with the removal in six months.

It's not really feasible to printk about the deprecation, because
it needs to happen at all the sysfs entry points, which means adding
a lot of strcmp("p4-clockmod".. calls to the core, which.. bleuch.

Signed-off-by: Dave Jones <davej@redhat.com>
arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
drivers/cpufreq/cpufreq.c
include/linux/cpufreq.h