Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350249
b: refs/heads/master
c: 526018b
h: refs/heads/master
i:
  350247: 88d8765
v: v3
  • Loading branch information
Mike Travis authored and H. Peter Anvin committed Feb 12, 2013
1 parent 54e3ed7 commit f9db276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 60fe7be34d96c596d82e37cc0392e7bb546989d1
refs/heads/master: 526018bc5eccfe3177780f03d2aaba0efee40720
3 changes: 1 addition & 2 deletions trunk/arch/x86/pci/mmconfig-shared.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,7 @@ static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg,
if (cfg->address < 0xFFFFFFFF)
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;

if (mcfg->header.revision >= 1) {
Expand Down

0 comments on commit f9db276

Please sign in to comment.