summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2004-12-21 14:05:34 -0500
committerLen Brown <lenb@dhcppc3.>2004-12-21 14:05:34 -0500
commitdb3c375960e99f1d5241a89ff69fb659fdbfaa8b (patch)
tree9626848884cda06ff4c4b070823635f3d4cfa310 /include
parent5ff2feab75da810a25cc08ded568fc5456f53a03 (diff)
[ACPI] Split up the extraction of information from the FADT
and the pblk_address (acpi_processor_get_power_info_fadt()) and the validation whether the state is indeed available (acpi_processor_power_verify()). http://bugzilla.kernel.org/show_bug.cgi?id=1958 Signed-off-by: Bruno Ducrot <ducrot@poupinou.org> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.de> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/acpi/processor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/acpi/processor.h b/include/acpi/processor.h
index 8911b3015d70..2428ab458f3d 100644
--- a/include/acpi/processor.h
+++ b/include/acpi/processor.h
@@ -127,6 +127,7 @@ struct acpi_processor {
acpi_handle handle;
u32 acpi_id;
u32 id;
+ u32 pblk;
int performance_platform_limit;
struct acpi_processor_flags flags;
struct acpi_processor_power power;