Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67511
b: refs/heads/master
c: 873553b
h: refs/heads/master
i:
  67509: 5f586b7
  67507: dbaf078
  67503: 6f41c82
v: v3
  • Loading branch information
Dale Farnsworth authored and Kumar Gala committed Oct 8, 2007
1 parent 349ea76 commit fa7246f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0e65bfe34c1000581746b9889d095241c4cf4a5c
refs/heads/master: 873553b3d6b3b19f187a5630300ece20bbf74afd
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/mm/fsl_booke_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ unsigned int num_tlbcam_entries;
static unsigned long __cam0, __cam1, __cam2;
extern unsigned long total_lowmem;
extern unsigned long __max_low_memory;
extern unsigned long __initial_memory_limit;
#define MAX_LOW_MEM CONFIG_LOWMEM_SIZE

#define NUM_TLBCAMS (16)
Expand Down Expand Up @@ -232,4 +233,5 @@ adjust_total_lowmem(void)
__cam0 >> 20, __cam1 >> 20, __cam2 >> 20,
(total_lowmem - __cam0 - __cam1 - __cam2) >> 20);
__max_low_memory = max_low_mem = __cam0 + __cam1 + __cam2;
__initial_memory_limit = __max_low_memory;
}

0 comments on commit fa7246f

Please sign in to comment.