ACPI : Update T-state coordination after getting _TSD info
authorZhao Yakui <yakui.zhao@intel.com>
Mon, 28 Jan 2008 05:53:42 +0000 (13:53 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 2 Feb 2008 07:30:11 +0000 (02:30 -0500)
commit1180509f6b3ec3ac2505375a78ccd72d270f2169
treef26bcf07eedae91cb43a84fb617d62beb2a3d123
parent87654273ef63213f90c4243913987436495824f0
ACPI : Update T-state coordination after getting _TSD info

Accordint to ACPI spec, the _TSD object provides T-state control cross
logical processor dependency information to OSPM.
After the _TSD data for all cpus are obtained, OSPM will set up
the T-state coordination between CPUs.

Of course if the _TSD doesn't exist or _TSD data is incorrect , it is
assumed that there is no T-state coordination and T-state is changed
independently.

Now there is no proper solution to update T-state coordination after
one cpu is hotplugged. So this patch won't support hotplugged cpu very well.

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