Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2ce89f3 authored by Johannes Weiner's avatar Johannes Weiner Committed by Ralf Baechle
Browse files

[MIPS] remove redundant display of free swap space in show_mem()

parent eba8291b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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))