]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] sysrq: showBlockedTasks is sysrq-W
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 1 Feb 2007 07:48:17 +0000 (23:48 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 2 Feb 2007 00:22:42 +0000 (16:22 -0800)
commit00253a4fec0360243c36b9c6f0c876c4ad82ff81
treee6d4f82ad87c3ee34ed91f79acb5f9c24a3f1e4b
parentcdd55fd4a78e7dc75625a34359d4bc7d24f59b4d
[PATCH] sysrq: showBlockedTasks is sysrq-W

Change SysRq showBlockedTasks from sysrq-X to sysrq-W and show that in the
Help message.

It was previously done via X, but X is already used for Xmon on ppc & powerpc
platforms and this collision needs to be avoided.

All callers of register_sysrq_key() are now marked in the sysrq op/key table.
I didn't mark 'h' as Help because Help is just printed for any unknown key,
such as '?'.

Added some omitted sysrq key entries in the sysrq.txt file.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Documentation/sysrq.txt
drivers/char/sysrq.c