Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180973
b: refs/heads/master
c: ba02b24
h: refs/heads/master
i:
  180971: 1ceac07
v: v3
  • Loading branch information
Andrew Morton authored and Jesse Barnes committed Feb 23, 2010
1 parent eac366a commit 4ec6010
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 939fdc67350e15aeeea70457d5b4bc1116bb4fd5
refs/heads/master: ba02b242bbf8e4e1bc63d62e8ccec33b4e5ea132
2 changes: 2 additions & 0 deletions trunk/drivers/pci/hotplug/ibmphp_ebda.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ int __init ibmphp_access_ebda (void)
debug ("returned ebda segment: %x\n", ebda_seg);

io_mem = ioremap(ebda_seg<<4, 1);
if (!io_mem)
return -ENOMEM;
ebda_sz = readb(io_mem);
iounmap(io_mem);
debug("ebda size: %d(KiB)\n", ebda_sz);
Expand Down

0 comments on commit 4ec6010

Please sign in to comment.