[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)
commitd346cce308f7fc99c7ffdb62060ed404fa340a1c
treee6d4f82ad87c3ee34ed91f79acb5f9c24a3f1e4b
parent7d8952440f4090522b740257f1c6b2cf96413969
[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