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:
parent
c16fa4f2ad
commit
384fe875ef
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue