ACPICA: Move ACPI_NUM_PREDEFINED_REGIONS to a more appropriate place
authorBob Moore <robert.moore@intel.com>
Wed, 13 Apr 2011 05:20:49 +0000 (13:20 +0800)
committerLen Brown <len.brown@intel.com>
Tue, 10 May 2011 02:16:12 +0000 (22:16 -0400)
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>

drivers/acpi/acpica/acconfig.h
include/acpi/actypes.h

index c115bb9..bc533dd 100644 (file)
 
 /* Operation regions */
 
-#define ACPI_NUM_PREDEFINED_REGIONS     8
 #define ACPI_USER_REGION_BEGIN          0x80
 
 /* Maximum space_ids for Operation Regions */
index ad77c61..f3b29fa 100644 (file)
@@ -713,8 +713,10 @@ typedef u8 acpi_adr_space_type;
 #define ACPI_ADR_SPACE_PCI_BAR_TARGET   (acpi_adr_space_type) 6
 #define ACPI_ADR_SPACE_IPMI             (acpi_adr_space_type) 7
 
+#define ACPI_NUM_PREDEFINED_REGIONS     8
+
 /*
- * Special region types
+ * Special Address Spaces
  *
  * Note: A Data Table region is a special type of operation region
  * that has its own AML opcode. However, internally, the AML