projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a4d5b9
)
sparc32: delete dead code in show_mem()
author
Sam Ravnborg
<
[email protected]
>
Thu, 26 Jul 2012 11:02:28 +0000
(11:02 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 26 Jul 2012 23:46:17 +0000
(16:46 -0700)
Signed-off-by: Sam Ravnborg <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
arch/sparc/mm/init_32.c
patch
|
blob
|
history
diff --git
a/arch/sparc/mm/init_32.c
b/arch/sparc/mm/init_32.c
index 9f1162fbad37b025671c7325fb320438f1d5bda3..dde85ef1c56d09171f694ce563762f1fdc3fd0d8 100644
(file)
--- a/
arch/sparc/mm/init_32.c
+++ b/
arch/sparc/mm/init_32.c
@@
-60,13
+60,6
@@
void show_mem(unsigned int filter)
nr_swap_pages << (PAGE_SHIFT-10));
printk("%ld pages of RAM\n", totalram_pages);
printk("%ld free pages\n", nr_free_pages());
-#if 0 /* undefined pgtable_cache_size, pgd_cache_size */
- printk("%ld pages in page table cache\n",pgtable_cache_size);
-#ifndef CONFIG_SMP
- if (sparc_cpu_model == sun4m || sparc_cpu_model == sun4d)
- printk("%ld entries in page dir cache\n",pgd_cache_size);
-#endif
-#endif
}