aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@hp.com>2005-12-08 15:37:00 -0500
committerLen Brown <len.brown@intel.com>2005-12-21 04:52:16 -0500
commit05465fd5622202d65634b3a9a8bcc9cbb384a82a (patch)
treed65cb723395602037f84e1bc20ac46e48dff6e37 /include/acpi
parentb05948d9b7167e23af88cc65b9ffa4687eaf1f0d (diff)
downloadlinux-05465fd5622202d65634b3a9a8bcc9cbb384a82a.tar.gz
[ACPI] increase owner_id limit to 64 from 32
This is an interim patch until changes in an updated ACPICA core increase the limit to 255. Signed-off-by: Alex Williamson <alex.williamson@hp.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r--include/acpi/acglobal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acglobal.h b/include/acpi/acglobal.h
index e9c2790139ecf..4ab2ca18b8df4 100644
--- a/include/acpi/acglobal.h
+++ b/include/acpi/acglobal.h
@@ -211,7 +211,7 @@ ACPI_EXTERN u32 acpi_gbl_original_mode;
ACPI_EXTERN u32 acpi_gbl_rsdp_original_location;
ACPI_EXTERN u32 acpi_gbl_ns_lookup_count;
ACPI_EXTERN u32 acpi_gbl_ps_find_count;
-ACPI_EXTERN u32 acpi_gbl_owner_id_mask;
+ACPI_EXTERN u64 acpi_gbl_owner_id_mask;
ACPI_EXTERN u16 acpi_gbl_pm1_enable_register_save;
ACPI_EXTERN u16 acpi_gbl_global_lock_handle;
ACPI_EXTERN u8 acpi_gbl_debugger_configuration;