]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/sysrq.c
[PATCH] coverity: ipmi_msghandler() channels array overrun fix
[linux-2.6-omap-h63xx.git] / drivers / char / sysrq.c
index 53b2c8fab00eabe5957f13b555c5cced8a3a3310..af79805b5576f4b08ca02b357cd4f3fb96d23ec6 100644 (file)
@@ -100,7 +100,7 @@ static struct sysrq_key_op sysrq_unraw_op = {
 static void sysrq_handle_crashdump(int key, struct pt_regs *pt_regs,
                                struct tty_struct *tty)
 {
-       crash_kexec();
+       crash_kexec(pt_regs);
 }
 static struct sysrq_key_op sysrq_crashdump_op = {
        .handler        = sysrq_handle_crashdump,