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

Commit 89d08e51 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 3ffd066c d57b68cb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3438,6 +3438,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);

@@ -3465,9 +3468,6 @@ static int s_show(struct seq_file *m, void *p)
	if (is_vmalloc_addr(v->pages))
		seq_puts(m, " vpages");

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

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