diff options
author | Bob Moore <robert.moore@intel.com> | 2007-02-02 11:48:20 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-02 21:14:23 -0500 |
commit | 0eaa14c02809cc93386b907846da5c024fd73012 (patch) | |
tree | c517ffc447972b6b240460f696794a55b935be21 /include/acpi | |
parent | 84fb2c97731c1631c5548c15f3698ad82c274245 (diff) |
ACPICA: Update version to 20060831
Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acconfig.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index 1fea8ae7db6d..4db7858abad9 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h | |||
@@ -63,7 +63,7 @@ | |||
63 | 63 | ||
64 | /* Current ACPICA subsystem version in YYYYMMDD format */ | 64 | /* Current ACPICA subsystem version in YYYYMMDD format */ |
65 | 65 | ||
66 | #define ACPI_CA_VERSION 0x20060828 | 66 | #define ACPI_CA_VERSION 0x20060831 |
67 | 67 | ||
68 | /* | 68 | /* |
69 | * OS name, used for the _OS object. The _OS object is essentially obsolete, | 69 | * OS name, used for the _OS object. The _OS object is essentially obsolete, |
@@ -158,8 +158,8 @@ | |||
158 | 158 | ||
159 | /* Sizes for ACPI table headers */ | 159 | /* Sizes for ACPI table headers */ |
160 | 160 | ||
161 | #define ACPI_OEM_ID_SIZE 6 | 161 | #define ACPI_OEM_ID_SIZE 6 |
162 | #define ACPI_OEM_TABLE_ID_SIZE 8 | 162 | #define ACPI_OEM_TABLE_ID_SIZE 8 |
163 | 163 | ||
164 | /* Constants used in searching for the RSDP in low memory */ | 164 | /* Constants used in searching for the RSDP in low memory */ |
165 | 165 | ||