Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179604
b: refs/heads/master
c: dfea91d
h: refs/heads/master
v: v3
  • Loading branch information
Suresh Siddha authored and Linus Torvalds committed Jan 18, 2010
1 parent 0bdbe8d commit 736ed62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54ef91dcf094313fb4fbe87713c11fb55bcf15a9
refs/heads/master: dfea91d5a7c795fd6f4e1a97489a98e4e767463e
5 changes: 5 additions & 0 deletions trunk/arch/x86/kernel/apic/apic_flat_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ static int physflat_acpi_madt_oem_check(char *oem_id, char *oem_table_id)
printk(KERN_DEBUG "system APIC only can use physical flat");
return 1;
}

if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) {
printk(KERN_DEBUG "IBM Summit detected, will use apic physical");
return 1;
}
#endif

return 0;
Expand Down

0 comments on commit 736ed62

Please sign in to comment.