]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPI : Add T-state event notifier function
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 28 Jan 2008 05:54:46 +0000 (13:54 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 2 Feb 2008 07:30:21 +0000 (02:30 -0500)
commite4aa5cb2138e7423a6edef6a76a3837b94c2f107
tree44a21dd2f2d986fb302ee78e0614cfbba131bc8a
parent1180509f6b3ec3ac2505375a78ccd72d270f2169
ACPI : Add T-state event notifier function

The t-state coordination should be considered when T-state for one cpu
is changed.It means that OSPM should select one proper target T-state for
the all affected cpus before updating T-state.

So the function of acpi_processor_throttling_notifier is added.
Before updating T-state it can be called for all  the affected cpus to get
the proper target T-state, which can meet the requirement of thermal, user and
_TPC. After updating T-state, it can be called to update T-state flag.

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