]> err.no Git - linux-2.6/commit
[ACPI] ACPICA 20050815
authorBob Moore <robert.moore@intel.com>
Mon, 15 Aug 2005 11:42:00 +0000 (03:42 -0800)
committerLen Brown <len.brown@intel.com>
Tue, 30 Aug 2005 03:44:25 +0000 (23:44 -0400)
commita18ecf413ca9846becb760f7f990c2c62c15965e
treecbcb4e7c8818e3e57f07c9104d5a74e3d6b30565
parent27a639a92d3289c4851105efcbc2f8b88969194f
[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>
drivers/acpi/tables/tbutils.c
drivers/acpi/utilities/utdebug.c
drivers/acpi/utilities/utmisc.c
include/acpi/acconfig.h
include/acpi/acnames.h