Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233255
b: refs/heads/master
c: 678301e
h: refs/heads/master
i:
  233253: d8a4f00
  233251: e9cb189
  233247: c99b83a
v: v3
  • Loading branch information
Paul Bolle authored and Ingo Molnar committed Feb 15, 2011
1 parent 2c30322 commit cb3ace8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c9d16e35911090dee3f9313e6af13af623d66ee
refs/heads/master: 678301ecadec24ff77ab310eebf8a32ccddb1850
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/apic/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -4002,6 +4002,9 @@ int mp_find_ioapic(u32 gsi)
{
int i = 0;

if (nr_ioapics == 0)
return -1;

/* Find the IOAPIC that manages this GSI. */
for (i = 0; i < nr_ioapics; i++) {
if ((gsi >= mp_gsi_routing[i].gsi_base)
Expand Down

0 comments on commit cb3ace8

Please sign in to comment.