ACPICA: Fix namestring for the SystemCMOS address space

This fixes the name of this address space, changing it from the
incorrect CMOS to the correct SystemCMOS.

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>
This commit is contained in:
Bob Moore 2008-11-12 15:17:41 +08:00 committed by Len Brown
parent e9a8c6a909
commit 34830726c9

View file

@ -352,7 +352,7 @@ const char *acpi_gbl_region_types[ACPI_NUM_PREDEFINED_REGIONS] = {
"PCI_Config", "PCI_Config",
"EmbeddedControl", "EmbeddedControl",
"SMBus", "SMBus",
"CMOS", "SystemCMOS",
"PCIBARTarget", "PCIBARTarget",
"DataTable" "DataTable"
}; };