]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ACPICA: Update _REV return value to 5
authorBob Moore <robert.moore@intel.com>
Tue, 14 Feb 2012 05:11:07 +0000 (13:11 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 22 Mar 2012 05:44:26 +0000 (01:44 -0400)
_REV returns the supported ACPI revision level, which is now 5.

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

index 1f30af613e87619d4ab7cfeec3d45dad1d15d386..3748f1a09851dd6142127491b18275917b6ddbc0 100644 (file)
@@ -93,7 +93,7 @@
 
 /* Version of ACPI supported */
 
-#define ACPI_CA_SUPPORT_LEVEL           3
+#define ACPI_CA_SUPPORT_LEVEL           5
 
 /* Maximum count for a semaphore object */