浏览代码

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 13 年之前
父节点
当前提交
384fe875ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/acpi/acpica/acconfig.h

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

@@ -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 */