lib, arch: add filter argument to show_mem and fix private implementations
[pandora-kernel.git] / drivers / tty / sysrq.c
index 81f1395..43db715 100644 (file)
@@ -306,7 +306,7 @@ static struct sysrq_key_op sysrq_ftrace_dump_op = {
 
 static void sysrq_handle_showmem(int key)
 {
-       show_mem();
+       show_mem(0);
 }
 static struct sysrq_key_op sysrq_showmem_op = {
        .handler        = sysrq_handle_showmem,