]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f16f2b6a537f015dd038658eaecd9fc4b285873
tree2df04fc5dc35899aa7d4f4c52197f7b492c16c8b
parent3eab1261b11fccb41b7a28ef5b668a30684cb77d
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