|
@@ -548,8 +548,7 @@ static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg,
|
|
if (cfg->address < 0xFFFFFFFF)
|
|
if (cfg->address < 0xFFFFFFFF)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
- if (!strcmp(mcfg->header.oem_id, "SGI") ||
|
|
|
|
- !strcmp(mcfg->header.oem_id, "SGI2"))
|
|
|
|
|
|
+ if (!strncmp(mcfg->header.oem_id, "SGI", 3))
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
if (mcfg->header.revision >= 1) {
|
|
if (mcfg->header.revision >= 1) {
|