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 1f30af6..3748f1a 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 */