Skip to content
  • Dave Jones's avatar
    Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod." · 129f8ae9
    Dave Jones authored
    This reverts commit e088e4c9
    
    .
    
    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: default avatarDave Jones <davej@redhat.com>
    129f8ae9