diff options
author | Len Brown <len.brown@intel.com> | 2007-04-30 22:36:01 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-04-30 22:36:01 -0400 |
commit | 11ccc0f249cb01a129f54760b8ff087f242935d4 (patch) | |
tree | 4b84a6f554171e55d23ee9e76d386bd7a358a73d /include/asm-arm/bugs.h | |
parent | de46c33745f5e2ad594c72f2cf5f490861b16ce1 (diff) | |
download | kernel_samsung_smdk4412-11ccc0f249cb01a129f54760b8ff087f242935d4.zip kernel_samsung_smdk4412-11ccc0f249cb01a129f54760b8ff087f242935d4.tar.gz kernel_samsung_smdk4412-11ccc0f249cb01a129f54760b8ff087f242935d4.tar.bz2 |
ACPI: thermal trip points are read-only
/proc/acpi/thermal_zone/*/trip_points displays
what the kernel reads from the BIOS via ACPI.
If you echo a string of ':' deliminted numbers to this file
then it will change what it displays.
But it shouldn't, since the kernel has no way to communicate
these changes to ACPI thermal zones. ACPI thermal zone
trip points are read-only.
The kernel does have the opportunity to ask the BIOS to change
the trip points with _SCP - Set Cooling Policy.
Request Active Cooling Mode:
# echo 0 > /proc/acpi/thermal_zone/*/cooling_policy
Request Passive Cooling Mode:
# echo 1 > /proc/acpi/thermal_zone/*/cooling_policy
However, in practice it is quite rare for the BIOS
to support the optional _SCP, and it is even more rare
for the BIOS to export an _SCP that actually changes
the trip points.
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/asm-arm/bugs.h')
0 files changed, 0 insertions, 0 deletions