[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)
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>

No differences found