Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115214
b: refs/heads/master
c: 1516071
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Sep 26, 2008
1 parent eff5b28 commit 7f69387
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: 13eb83754b40bf01dc84e52a08d4196d1b719a0e
refs/heads/master: 15160716eea5591eb31f40fd4dba56d83bea4209
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/ibmphp_ebda.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ int __init ibmphp_access_ebda (void)
iounmap (io_mem);
debug ("returned ebda segment: %x\n", ebda_seg);

io_mem = ioremap (ebda_seg<<4, 65000);
io_mem = ioremap(ebda_seg<<4, 1024);
if (!io_mem )
return -ENOMEM;
next_offset = 0x180;
Expand Down

0 comments on commit 7f69387

Please sign in to comment.