Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: Update sysrq doc for sh kgdb trigger.

sh uses the same sysrq trigger as ppc, update the documentation to
reflect that.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

authored by

Paul Mundt and committed by
Paul Mundt
d29c91c7 8248daac

+2 -2
+2 -2
Documentation/sysrq.txt
··· 1 1 Linux Magic System Request Key Hacks 2 2 Documentation for sysrq.c 3 - Last update: 2007-JAN-06 3 + Last update: 2007-MAR-14 4 4 5 5 * What is the magic SysRq key? 6 6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ··· 75 75 76 76 'f' - Will call oom_kill to kill a memory hog process. 77 77 78 - 'g' - Used by kgdb on ppc platforms. 78 + 'g' - Used by kgdb on ppc and sh platforms. 79 79 80 80 'h' - Will display help (actually any other key than those listed 81 81 above will display help. but 'h' is easy to remember :-)