Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156652
b: refs/heads/master
c: e7369e0
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and Fenghua Yu committed Aug 11, 2009
1 parent a13873e commit 61ea369
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 5359dffd4396f281c5b77de1acbee6fb1b333b23
refs/heads/master: e7369e01eb85550ed60dd1b0e120b69dfb03dc23
4 changes: 4 additions & 0 deletions trunk/arch/ia64/kernel/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,10 @@ iosapic_init (unsigned long phys_addr, unsigned int gsi_base)
}

addr = ioremap(phys_addr, 0);
if (addr == NULL) {
spin_unlock_irqrestore(&iosapic_lock, flags);
return -ENOMEM;
}
ver = iosapic_version(addr);
if ((err = iosapic_check_gsi_range(gsi_base, ver))) {
iounmap(addr);
Expand Down

0 comments on commit 61ea369

Please sign in to comment.