Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bob Moore and committed by
Len Brown
384fe875 c16fa4f2

+1 -1
+1 -1
drivers/acpi/acpica/acconfig.h
··· 93 93 94 94 /* Version of ACPI supported */ 95 95 96 - #define ACPI_CA_SUPPORT_LEVEL 3 96 + #define ACPI_CA_SUPPORT_LEVEL 5 97 97 98 98 /* Maximum count for a semaphore object */ 99 99