Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224071
b: refs/heads/master
c: 6f207e9
h: refs/heads/master
i:
  224069: 6412018
  224067: f4c5061
  224063: 6b96c5a
v: v3
  • Loading branch information
Feng Tang authored and Thomas Gleixner committed Nov 11, 2010
1 parent 18dc72b commit e1d5ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 86071535f845fd054753122e564cee9406c84e70
refs/heads/master: 6f207e9bb4219d261d9326597ca533f954f31755
2 changes: 1 addition & 1 deletion trunk/arch/x86/platform/mrst/mrst.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ int __init sfi_parse_mrtc(struct sfi_table_header *table)
totallen, (u32)pentry->phys_addr, pentry->irq);
mp_irq.type = MP_IOAPIC;
mp_irq.irqtype = mp_INT;
mp_irq.irqflag = 0;
mp_irq.irqflag = 0xf; /* level trigger and active low */
mp_irq.srcbus = 0;
mp_irq.srcbusirq = pentry->irq; /* IRQ */
mp_irq.dstapic = MP_APIC_ALL;
Expand Down

0 comments on commit e1d5ec9

Please sign in to comment.