Commit 44777687 authored by Christoph Hellwig's avatar Christoph Hellwig

[PATCH] buffermem_pages removal (2/5)

Remove buffermem_pages showing from sgi serial code (debug only).
parent e95bd965
......@@ -422,10 +422,6 @@ static _INLINE_ void receive_chars(struct sgi_serial *info, struct pt_regs *regs
} else if (ch == 1) {
show_state();
return;
} else if (ch == 2) {
printk("%ld buffermem pages\n",
nr_buffermem_pages());
return;
}
}
/* Look for kgdb 'stop' character, consult the gdb documentation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment