From: Bob Moore Date: Tue, 14 Feb 2012 05:11:07 +0000 (+0800) Subject: ACPICA: Update _REV return value to 5 X-Git-Tag: upstream/snapshot3+hdmi~7561^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=384fe875efdc99f367a58920acb89c63f7465479;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git ACPICA: Update _REV return value to 5 _REV returns the supported ACPI revision level, which is now 5. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- diff --git a/drivers/acpi/acpica/acconfig.h b/drivers/acpi/acpica/acconfig.h index 1f30af6..3748f1a 100644 --- a/drivers/acpi/acpica/acconfig.h +++ b/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 */