Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34183
b: refs/heads/master
c: e620c49
h: refs/heads/master
i:
  34181: 8d33b4a
  34179: e433275
  34175: 2b45b18
v: v3
  • Loading branch information
Christian Borntraeger authored and Martin Schwidefsky committed Sep 20, 2006
1 parent c347aeb commit e703e25
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: 07d43ce6a2ba0bb914078c3b066a7a3bab57599d
refs/heads/master: e620c4940002348417e8d317d65bc7b152646493
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/xpram.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ static int __init xpram_init(void)
PRINT_WARN("No expanded memory available\n");
return -ENODEV;
}
xpram_pages = xpram_highest_page_index();
xpram_pages = xpram_highest_page_index() + 1;
PRINT_INFO(" %u pages expanded memory found (%lu KB).\n",
xpram_pages, (unsigned long) xpram_pages*4);
rc = xpram_setup_sizes(xpram_pages);
Expand Down

0 comments on commit e703e25

Please sign in to comment.