Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107591
b: refs/heads/master
c: c7c8eed
h: refs/heads/master
i:
  107589: 635d92e
  107587: 75b14db
  107583: 41b3519
v: v3
  • Loading branch information
Tony Breeds authored and Paul Mackerras committed Aug 4, 2008
1 parent fc8e2f1 commit ad64a25
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: fb61063587982b52304d62cdbb6a0a88d26ae7ef
refs/heads/master: c7c8eede2739289df02a1ab297cc476c6f38dca7
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/mm/ppc_mmu_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ void __init MMU_init_hw(void)

Hash_end = (struct hash_pte *) ((unsigned long)Hash + Hash_size);

printk("Total memory = %ldMB; using %ldkB for hash table (at %p)\n",
total_memory >> 20, Hash_size >> 10, Hash);
printk("Total memory = %lldMB; using %ldkB for hash table (at %p)\n",
(unsigned long long)(total_memory >> 20), Hash_size >> 10, Hash);


/*
Expand Down

0 comments on commit ad64a25

Please sign in to comment.