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

Commit 13d05423 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm: vmalloc: don't print lowmem information"

parents 767ae2bb 22655550
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2694,6 +2694,9 @@ static int s_show(struct seq_file *m, void *p)

	v = va->vm;

	if (v->flags & VM_LOWMEM)
		return 0;

	seq_printf(m, "0x%pK-0x%pK %7ld",
		v->addr, v->addr + v->size, v->size);

@@ -2721,9 +2724,6 @@ static int s_show(struct seq_file *m, void *p)
	if (v->flags & VM_VPAGES)
		seq_puts(m, " vpages");

	if (v->flags & VM_LOWMEM)
		seq_puts(m, " lowmem");

	show_numa_info(m, v);
	seq_putc(m, '\n');
	return 0;