Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140348
b: refs/heads/master
c: 264da9f
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent 47ebeff commit 93c9f65
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0bef42e5c061b4aa63cc488d11400a1ef8b8f5a2
refs/heads/master: 264da9f708b130122d881fa4570d1cd618440a73
3 changes: 2 additions & 1 deletion trunk/arch/xtensa/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ void __init bootmem_init(void)

/* Find an area to use for the bootmem bitmap. */

bootmap_size = bootmem_bootmap_pages(max_low_pfn) << PAGE_SHIFT;
bootmap_size = bootmem_bootmap_pages(max_low_pfn - min_low_pfn);
bootmap_size <<= PAGE_SHIFT;
bootmap_start = ~0;

for (i=0; i<sysmem.nr_banks; i++)
Expand Down

0 comments on commit 93c9f65

Please sign in to comment.