diff options
author | Bob Moore <robert.moore@intel.com> | 2011-04-13 07:19:35 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-05-10 04:16:11 +0200 |
commit | 82a1b7cb83b6bd7d2fe3972e847c8ccbff55cb9c (patch) | |
tree | f257364bddd964e53746c5a93bcdb96719b23f81 /drivers/acpi/acpica/acconfig.h | |
parent | ACPICA: Add more methods eligible for NULL package element removal (diff) | |
download | linux-82a1b7cb83b6bd7d2fe3972e847c8ccbff55cb9c.tar.xz linux-82a1b7cb83b6bd7d2fe3972e847c8ccbff55cb9c.zip |
ACPICA: Update internal address SpaceID for DataTable regions
Moved this internal space id in preparation for ACPI 5.0 changes
that will include some new space IDs.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/acconfig.h')
-rw-r--r-- | drivers/acpi/acpica/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acconfig.h b/drivers/acpi/acpica/acconfig.h index ab87396c2c07..c115bb9bd4d3 100644 --- a/drivers/acpi/acpica/acconfig.h +++ b/drivers/acpi/acpica/acconfig.h @@ -187,7 +187,7 @@ /* Operation regions */ -#define ACPI_NUM_PREDEFINED_REGIONS 9 +#define ACPI_NUM_PREDEFINED_REGIONS 8 #define ACPI_USER_REGION_BEGIN 0x80 /* Maximum space_ids for Operation Regions */ |