sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function
authorJason Wessel <jason.wessel@windriver.com>
Thu, 22 Jul 2010 00:27:07 +0000 (19:27 -0500)
committerJason Wessel <jason.wessel@windriver.com>
Thu, 22 Jul 2010 00:27:07 +0000 (19:27 -0500)
commitedd63cb6b91024332d6983fc51058ac1ef0c081e
tree2df04fc5dc35899aa7d4f4c52197f7b492c16c8b
parentb0679c63db655fa12007558e267bc0eb1d486fdb
sysrq,kdb: Use __handle_sysrq() for kdb's sysrq function

The kdb code should not toggle the sysrq state in case an end user
wants to try and resume the normal kernel execution.

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/char/sysrq.c
include/linux/sysrq.h
kernel/debug/kdb/kdb_main.c