--- ./drivers/char/sysrq.c-orig Sat Mar 30 11:18:31 2002 +++ ./drivers/char/sysrq.c Sat Mar 30 11:18:45 2002 @@ -264,12 +264,12 @@ struct kbd_struct *kbd, struct tty_struct *tty) { int orig_loglevel; - if (pt_regs) + if (pt_regs) { orig_loglevel = console_loglevel; console_loglevel = 7; show_regs(pt_regs); console_loglevel = orig_loglevel; - + } } static struct sysrq_key_op sysrq_showregs_op = { handler: sysrq_handle_showregs,