Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 8043
b: refs/heads/master
c: 34b5233
h: refs/heads/master
i:
  8041: 4e2e887
  8039: 21d24a0
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Sep 9, 2005
1 parent 24eeeda commit 6b3dcf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a84195f36e373001e6eed2e95a5dc1994cf30480
refs/heads/master: 34b5233f379847097a1925a02b62f129c407c1e4
4 changes: 2 additions & 2 deletions trunk/arch/ppc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -554,12 +554,12 @@ void __init do_init_bootmem(void)
* present.
*/
for (i=0; i < lmb.memory.cnt; i++)
free_bootmem(lmb_start_pfn(&lmb.memory, i),
free_bootmem(lmb.memory.region[i].base,
lmb_size_bytes(&lmb.memory, i));

/* reserve the sections we're already using */
for (i=0; i < lmb.reserved.cnt; i++)
reserve_bootmem(lmb_start_pfn(&lmb.reserved, i),
reserve_bootmem(lmb.reserved.region[i].base,
lmb_size_bytes(&lmb.reserved, i));

for (i=0; i < lmb.memory.cnt; i++)
Expand Down

0 comments on commit 6b3dcf1

Please sign in to comment.