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

Commit 1e42f327 authored by Johannes Weiner's avatar Johannes Weiner Committed by Heiko Carstens
Browse files

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

parent efca13bc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ void show_mem(void)

	printk("Mem-info:\n");
	show_free_areas();
	printk("Free swap:       %6ldkB\n", nr_swap_pages << (PAGE_SHIFT - 10));
	i = max_mapnr;
	while (i-- > 0) {
		if (!pfn_valid(i))