]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/tty/sysrq.c
lib, arch: add filter argument to show_mem and fix private implementations
[karo-tx-linux.git] / drivers / tty / sysrq.c
index 81f13958e751095d869a2935460163d8111f4098..43db715f15026d491d87cc1d3c7e443ddcf2f341 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,