diff options
author | Bob Moore <robert.moore@intel.com> | 2005-08-15 03:42:00 -0800 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-29 23:44:25 -0400 |
commit | a18ecf413ca9846becb760f7f990c2c62c15965e (patch) | |
tree | cbcb4e7c8818e3e57f07c9104d5a74e3d6b30565 /include/acpi/acconfig.h | |
parent | 27a639a92d3289c4851105efcbc2f8b88969194f (diff) |
[ACPI] ACPICA 20050815
Implemented a full bytewise compare to determine if a table load
request is attempting to load a duplicate table. The compare is
performed if the table signatures and table lengths match. This
will allow different tables with the same OEM Table ID and
revision to be loaded.
Although the BIOS is technically violating the ACPI spec when
this happens -- it does happen -- so Linux must handle it.
Signed-off-by: Robert Moore <robert.moore@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acconfig.h')
-rw-r--r-- | include/acpi/acconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acconfig.h b/include/acpi/acconfig.h index f3810cc5d48e..73c43a39663b 100644 --- a/include/acpi/acconfig.h +++ b/include/acpi/acconfig.h @@ -63,7 +63,7 @@ /* Version string */ -#define ACPI_CA_VERSION 0x20050729 +#define ACPI_CA_VERSION 0x20050815 /* * OS name, used for the _OS object. The _OS object is essentially obsolete, |