projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eba8291
)
[MIPS] remove redundant display of free swap space in show_mem()
author
Johannes Weiner
<hannes@saeurebad.de>
Fri, 28 Mar 2008 21:34:37 +0000
(14:34 -0700)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 28 Apr 2008 16:14:27 +0000
(17:14 +0100)
Signed-off-by: Johannes Weiner <hannes@saeurebad.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/pgtable.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mm/pgtable.c
b/arch/mips/mm/pgtable.c
index 57df1c38e3031a65ae1ace1a5e524476f55d6fae..7dfa579ab24c61761db8446c11fcb63e2ab6c5b8 100644
(file)
--- a/
arch/mips/mm/pgtable.c
+++ b/
arch/mips/mm/pgtable.c
@@
-12,7
+12,6
@@
void show_mem(void)
printk("Mem-info:\n");
show_free_areas();
- printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10));
pfn = max_mapnr;
while (pfn-- > 0) {
if (!pfn_valid(pfn))