diff options
| -rw-r--r-- | arch/x86/platform/mrst/mrst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/mrst/mrst.c b/arch/x86/platform/mrst/mrst.c index 237e28f0c122..fee0b4914e07 100644 --- a/arch/x86/platform/mrst/mrst.c +++ b/arch/x86/platform/mrst/mrst.c | |||
| @@ -195,7 +195,7 @@ int __init sfi_parse_mrtc(struct sfi_table_header *table) | |||
| 195 | totallen, (u32)pentry->phys_addr, pentry->irq); | 195 | totallen, (u32)pentry->phys_addr, pentry->irq); |
| 196 | mp_irq.type = MP_IOAPIC; | 196 | mp_irq.type = MP_IOAPIC; |
| 197 | mp_irq.irqtype = mp_INT; | 197 | mp_irq.irqtype = mp_INT; |
| 198 | mp_irq.irqflag = 0; | 198 | mp_irq.irqflag = 0xf; /* level trigger and active low */ |
| 199 | mp_irq.srcbus = 0; | 199 | mp_irq.srcbus = 0; |
| 200 | mp_irq.srcbusirq = pentry->irq; /* IRQ */ | 200 | mp_irq.srcbusirq = pentry->irq; /* IRQ */ |
| 201 | mp_irq.dstapic = MP_APIC_ALL; | 201 | mp_irq.dstapic = MP_APIC_ALL; |
