diff options
author | Bob Moore <robert.moore@intel.com> | 2012-02-14 00:11:07 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2012-03-22 01:44:26 -0400 |
commit | 384fe875efdc99f367a58920acb89c63f7465479 (patch) | |
tree | ba7a9c4af4b3b8c606ca31c52b2ac9ee32613878 /drivers/acpi | |
parent | c16fa4f2ad19908a47c63d8fa436a1178438c7e7 (diff) |
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>
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/acpica/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/acconfig.h b/drivers/acpi/acpica/acconfig.h index 1f30af613e87..3748f1a09851 100644 --- a/drivers/acpi/acpica/acconfig.h +++ b/drivers/acpi/acpica/acconfig.h | |||
@@ -93,7 +93,7 @@ | |||
93 | 93 | ||
94 | /* Version of ACPI supported */ | 94 | /* Version of ACPI supported */ |
95 | 95 | ||
96 | #define ACPI_CA_SUPPORT_LEVEL 3 | 96 | #define ACPI_CA_SUPPORT_LEVEL 5 |
97 | 97 | ||
98 | /* Maximum count for a semaphore object */ | 98 | /* Maximum count for a semaphore object */ |
99 | 99 | ||