aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2011-04-13 01:20:49 -0400
committerLen Brown <len.brown@intel.com>2011-05-09 22:16:12 -0400
commit07aa99e9df2184e78068f7d5414e29e4a5a1b452 (patch)
tree4232d508267cf74f2227b955d0e24d5c5a48032c /include/acpi
parent82a1b7cb83b6bd7d2fe3972e847c8ccbff55cb9c (diff)
ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate place
Moved to where the predefined regions are actually defined. 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 'include/acpi')
-rw-r--r--include/acpi/actypes.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/acpi/actypes.h b/include/acpi/actypes.h
index ad77c613c743..f3b29fa5654e 100644
--- a/include/acpi/actypes.h
+++ b/include/acpi/actypes.h
@@ -713,8 +713,10 @@ typedef u8 acpi_adr_space_type;
713#define ACPI_ADR_SPACE_PCI_BAR_TARGET (acpi_adr_space_type) 6 713#define ACPI_ADR_SPACE_PCI_BAR_TARGET (acpi_adr_space_type) 6
714#define ACPI_ADR_SPACE_IPMI (acpi_adr_space_type) 7 714#define ACPI_ADR_SPACE_IPMI (acpi_adr_space_type) 7
715 715
716#define ACPI_NUM_PREDEFINED_REGIONS 8
717
716/* 718/*
717 * Special region types 719 * Special Address Spaces
718 * 720 *
719 * Note: A Data Table region is a special type of operation region 721 * Note: A Data Table region is a special type of operation region
720 * that has its own AML opcode. However, internally, the AML 722 * that has its own AML opcode. However, internally, the AML