-
- Downloads
[PATCH] debug: add sysrq_always_enabled boot option
Most distributions enable sysrq support but set it to 0 by default. Add a sysrq_always_enabled boot option to always-enable sysrq keys. Useful for debugging - without having to modify the disribution's config files (which might not be possible if the kernel is on a live CD, etc.). Also, while at it, clean up the sysrq interfaces. [bunk@stusta.de: make sysrq_always_enabled_setup() static] Signed-off-by:Ingo Molnar <mingo@elte.hu> Signed-off-by:
Adrian Bunk <bunk@stusta.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- Documentation/kernel-parameters.txt 6 additions, 0 deletionsDocumentation/kernel-parameters.txt
- drivers/char/sysrq.c 31 additions, 6 deletionsdrivers/char/sysrq.c
- drivers/char/viocons.c 4 additions, 6 deletionsdrivers/char/viocons.c
- include/linux/sysrq.h 18 additions, 4 deletionsinclude/linux/sysrq.h
- kernel/sysctl.c 1 addition, 2 deletionskernel/sysctl.c
Loading
Please register or sign in to comment