Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339157
b: refs/heads/master
c: 5074b85
h: refs/heads/master
i:
  339155: 95bf28f
v: v3
  • Loading branch information
Jan Beulich authored and Thomas Gleixner committed Nov 2, 2012
1 parent ebc7d69 commit cf105aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 6acf5a8c931da9d26c8dd77d784daaf07fa2bff0
refs/heads/master: 5074b85bdd3a464efe7b6de2ec163f4c07696a20
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -3317,8 +3317,9 @@ int arch_setup_hpet_msi(unsigned int irq, unsigned int id)
int ret;

if (irq_remapping_enabled) {
if (!setup_hpet_msi_remapped(irq, id))
return -1;
ret = setup_hpet_msi_remapped(irq, id);
if (ret)
return ret;
}

ret = msi_compose_msg(NULL, irq, &msg, id);
Expand Down

0 comments on commit cf105aa

Please sign in to comment.