Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140347
b: refs/heads/master
c: 0bef42e
h: refs/heads/master
i:
  140345: 31c0685
  140343: ff147f8
v: v3
  • Loading branch information
Johannes Weiner authored and Chris Zankel committed Apr 3, 2009
1 parent c8c69a8 commit 47ebeff
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: 28a0ce7f642f503dde866f763e8144a517fdf74a
refs/heads/master: 0bef42e5c061b4aa63cc488d11400a1ef8b8f5a2
3 changes: 2 additions & 1 deletion trunk/arch/xtensa/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,9 @@ void __init bootmem_init(void)
/* Reserve the bootmem bitmap area */

mem_reserve(bootmap_start, bootmap_start + bootmap_size, 1);
bootmap_size = init_bootmem_node(NODE_DATA(0), min_low_pfn,
bootmap_size = init_bootmem_node(NODE_DATA(0),
bootmap_start >> PAGE_SHIFT,
min_low_pfn,
max_low_pfn);

/* Add all remaining memory pieces into the bootmem map */
Expand Down

0 comments on commit 47ebeff

Please sign in to comment.