Explorar el Código

ACPICA: Update _REV return value to 5

_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>
Bob Moore hace 13 años
padre
commit
384fe875ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      drivers/acpi/acpica/acconfig.h

+ 1 - 1
drivers/acpi/acpica/acconfig.h

@@ -93,7 +93,7 @@
 
 
 /* Version of ACPI supported */
 /* Version of ACPI supported */
 
 
-#define ACPI_CA_SUPPORT_LEVEL           3
+#define ACPI_CA_SUPPORT_LEVEL           5
 
 
 /* Maximum count for a semaphore object */
 /* Maximum count for a semaphore object */