aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-03-09 13:23:59 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-03-09 13:23:59 -0700
commit99adcd9d67aaf04e28f5ae96df280f236bde4b66 (patch)
tree4fd43e20697199bd2884a21a8d469f0ff6632cbd /arch/x86/kernel
parentcopy_process: fix CLONE_PARENT && parent_exec_id interaction (diff)
parent[CPUFREQ] Add p4-clockmod sysfs-ui removal to feature-removal schedule. (diff)
downloadlinux-dev-99adcd9d67aaf04e28f5ae96df280f236bde4b66.tar.xz
linux-dev-99adcd9d67aaf04e28f5ae96df280f236bde4b66.zip
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq: [CPUFREQ] Add p4-clockmod sysfs-ui removal to feature-removal schedule. Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/cpu/cpufreq/p4-clockmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c b/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
index b585e04cbc9e..3178c3acd97e 100644
--- a/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
+++ b/arch/x86/kernel/cpu/cpufreq/p4-clockmod.c
@@ -277,7 +277,6 @@ static struct cpufreq_driver p4clockmod_driver = {
.name = "p4-clockmod",
.owner = THIS_MODULE,
.attr = p4clockmod_attr,
- .hide_interface = 1,
};