]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI: Enforce T-state limit changes immediately
authorZhao Yakui <yakui.zhao@intel.com>
Thu, 15 Nov 2007 08:59:30 +0000 (16:59 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 17 Nov 2007 02:34:49 +0000 (21:34 -0500)
commitef54d5ad2f58f899be6419fd1090cdeb2439851a
tree3ebed37b1168bd408e567c05d5a841fbe72c0a77
parent8c0863403f109a43d7000b4646da4818220d501f
ACPI: Enforce T-state limit changes immediately

When a T-state limit change notification is received,
Linux must evaluate _TPC and change its current
T-state immediately to comply with the new limit.

Previously, Linux would notice the new limit
only upon the next throttling change.

Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Signed-off-by: Li Shaohua <shaohua.li@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_throttling.c