Skip to content
  • Bob Moore's avatar
    [ACPI] ACPICA 20050815 · a18ecf41
    Bob Moore authored
    
    
    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: default avatarRobert Moore <robert.moore@intel.com>
    Signed-off-by: default avatarLen Brown <len.brown@intel.com>
    a18ecf41