Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138457
b: refs/heads/master
c: 96a8bac
h: refs/heads/master
i:
  138455: 199ed5d
v: v3
  • Loading branch information
Kumar Gala committed Feb 12, 2009
1 parent 05545e2 commit cd65fba
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: 70fe3af8403f85196bb74f22ce4813db7dfedc1a
refs/heads/master: 96a8bac5895a41b0fb05a6aa7c3fa1ea631a91fe
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/mm/fsl_booke_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ adjust_total_lowmem(void)
p += sprintf(p, "0/");
p[-1] = '\0';

pr_info("Memory CAM mapping: %s Mb, residual: %ldMb\n", buf,
(total_lowmem - __max_low_memory) >> 20);
pr_info("Memory CAM mapping: %s Mb, residual: %dMb\n", buf,
(unsigned int)((total_lowmem - __max_low_memory) >> 20));
__initial_memory_limit_addr = memstart_addr + __max_low_memory;
}

0 comments on commit cd65fba

Please sign in to comment.