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>
This commit is contained in:
Bob Moore 2012-02-14 13:11:07 +08:00 committed by Len Brown
parent c16fa4f2ad
commit 384fe875ef
1 changed files with 1 additions and 1 deletions

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