diff options
author | Ingo Molnar <mingo@elte.hu> | 2006-12-13 03:34:36 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:50 -0500 |
commit | 5d6f647fc6bb57377c9f417c4752e43189f56bb1 (patch) | |
tree | ab30c24c021adc549aab6bf042108d920975d9a9 /Documentation/kernel-parameters.txt | |
parent | e61c90188b9956edae1105eef361d8981a352fcd (diff) |
[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>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d8323b8893c3..ef69c75780bf 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1656,6 +1656,12 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1656 | sym53c416= [HW,SCSI] | 1656 | sym53c416= [HW,SCSI] |
1657 | See header of drivers/scsi/sym53c416.c. | 1657 | See header of drivers/scsi/sym53c416.c. |
1658 | 1658 | ||
1659 | sysrq_always_enabled | ||
1660 | [KNL] | ||
1661 | Ignore sysrq setting - this boot parameter will | ||
1662 | neutralize any effect of /proc/sys/kernel/sysrq. | ||
1663 | Useful for debugging. | ||
1664 | |||
1659 | t128= [HW,SCSI] | 1665 | t128= [HW,SCSI] |
1660 | See header of drivers/scsi/t128.c. | 1666 | See header of drivers/scsi/t128.c. |
1661 | 1667 | ||