Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99703
b: refs/heads/master
c: 59f4519
h: refs/heads/master
i:
  99701: 8c7da37
  99699: fb267f6
  99695: 2b7f8d5
v: v3
  • Loading branch information
Soeren Sandmann authored and Thomas Gleixner committed May 25, 2008
1 parent c75dcb7 commit 3b1ddfc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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: 2fddb6e28e903a3ab1704cc5aac01be5a59dc05b
refs/heads/master: 59f4519ad7ade61123e90085b0dadb2ea197bd87
9 changes: 4 additions & 5 deletions trunk/arch/x86/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,11 +1012,6 @@ void __init mp_config_acpi_legacy_irqs(void)
if (ioapic < 0)
return;

mp_irqs[mp_irq_entries].mp_type = MP_INTSRC;
mp_irqs[mp_irq_entries].mp_irqflag = 0; /* Conforming */
mp_irqs[mp_irq_entries].mp_srcbus = MP_ISA_BUS;
mp_irqs[mp_irq_entries].mp_dstapic = mp_ioapics[ioapic].mp_apicid;

/*
* Use the default configuration for the IRQs 0-15. Unless
* overridden by (MADT) interrupt source override entries.
Expand Down Expand Up @@ -1044,6 +1039,10 @@ void __init mp_config_acpi_legacy_irqs(void)
continue; /* IRQ already used */
}

mp_irqs[mp_irq_entries].mp_type = MP_INTSRC;
mp_irqs[mp_irq_entries].mp_irqflag = 0; /* Conforming */
mp_irqs[mp_irq_entries].mp_srcbus = MP_ISA_BUS;
mp_irqs[mp_irq_entries].mp_dstapic = mp_ioapics[ioapic].mp_apicid;
mp_irqs[mp_irq_entries].mp_irqtype = mp_INT;
mp_irqs[mp_irq_entries].mp_srcbusirq = i; /* Identity mapped */
mp_irqs[mp_irq_entries].mp_dstirq = i;
Expand Down

0 comments on commit 3b1ddfc

Please sign in to comment.