diff options
| author | Len Brown <len.brown@intel.com> | 2004-01-15 07:04:28 -0500 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2004-01-15 07:04:28 -0500 |
| commit | 3136d3401b03ceea1984336d03644924aeecab56 (patch) | |
| tree | d8a8c858867461ee3e51c8fed9f3d00e14ed0ca1 /include | |
| parent | 11afe463de78e8231ef20c1774f8d41defcab683 (diff) | |
[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
Diffstat (limited to 'include')
| -rw-r--r-- | include/acpi/processor.h | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |
