Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11663
b: refs/heads/master
c: fa39dc4
h: refs/heads/master
i:
  11661: c591a15
  11659: 07720e2
  11655: c874902
  11647: c8c2704
v: v3
  • Loading branch information
Paul Mackerras committed Oct 26, 2005
1 parent cd488f0 commit 7deaaa5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b41fc4f82f6a73b8b2e8f44bd7ef075797d2dacb
refs/heads/master: fa39dc437a41733adaba241fd9036760283a516a
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,13 @@ void __init MMU_init(void)
* in the fixed entries */
adjust_total_lowmem();
#endif /* CONFIG_FSL_BOOKE */

if (total_lowmem > __max_low_memory) {
total_lowmem = __max_low_memory;
#ifndef CONFIG_HIGHMEM
total_memory = total_lowmem;
lmb_enforce_memory_limit(total_lowmem);
lmb_analyze();
#endif /* CONFIG_HIGHMEM */
}

Expand Down

0 comments on commit 7deaaa5

Please sign in to comment.