From 3136d3401b03ceea1984336d03644924aeecab56 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Thu, 15 Jan 2004 07:04:28 -0500 Subject: [ACPI] change hard-coded IO width to programmable width http://bugzilla.kernel.org/show_bug.cgi?id=1349 from David Shaohua Li and Venatesh Pallipadi --- include/acpi/processor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/acpi/processor.h b/include/acpi/processor.h index bbae343f2bd8..985cc0616dd1 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -72,6 +72,8 @@ struct acpi_processor_performance { int platform_limit; u16 control_register; u16 status_register; + u8 control_register_bit_width; + u8 status_register_bit_width; int state_count; struct acpi_processor_px states[ACPI_PROCESSOR_MAX_PERFORMANCE]; struct cpufreq_frequency_table freq_table[ACPI_PROCESSOR_MAX_PERFORMANCE]; -- cgit v1.2.3