Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73423
b: refs/heads/master
c: 7f6ff62
h: refs/heads/master
i:
  73421: 104d9f5
  73419: 158c474
  73415: ecf5cb3
  73407: 56ec095
v: v3
  • Loading branch information
George Beshers authored and Tony Luck committed Nov 9, 2007
1 parent d88be00 commit d47c73f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: b8de471f37dcafc8892a2e58c80764d7af221715
refs/heads/master: 7f6ff62a8f3a4e68258958196098c6f71563ae61
8 changes: 5 additions & 3 deletions trunk/arch/ia64/kernel/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,9 +678,11 @@ int __init acpi_boot_init(void)
/* I/O APIC */

if (acpi_table_parse_madt
(ACPI_MADT_TYPE_IO_SAPIC, acpi_parse_iosapic, NR_IOSAPICS) < 1)
printk(KERN_ERR PREFIX
"Error parsing MADT - no IOSAPIC entries\n");
(ACPI_MADT_TYPE_IO_SAPIC, acpi_parse_iosapic, NR_IOSAPICS) < 1) {
if (!ia64_platform_is("sn2"))
printk(KERN_ERR PREFIX
"Error parsing MADT - no IOSAPIC entries\n");
}

/* System-Level Interrupt Routing */

Expand Down

0 comments on commit d47c73f

Please sign in to comment.