diff options
author | Olaf Hering <olaf@aepfle.de> | 2011-03-22 19:34:04 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-03-22 20:44:11 -0400 |
commit | d404ab0a1133e95557bb7deab2a49b348dfeba85 (patch) | |
tree | 067815cd747a6998f76ff7bda2e9075f433459af /Documentation/kernel-parameters.txt | |
parent | b259514282d54323aaadead3dac4823ea01f9b89 (diff) |
move x86 specific oops=panic to generic code
The oops=panic cmdline option is not x86 specific, move it to generic code.
Update documentation.
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d18a9e12152a..a3b688287a8d 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1825,6 +1825,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
1825 | perfmon on Intel CPUs instead of the | 1825 | perfmon on Intel CPUs instead of the |
1826 | CPU specific event set. | 1826 | CPU specific event set. |
1827 | 1827 | ||
1828 | oops=panic Always panic on oopses. Default is to just kill the process, | ||
1829 | but there is a small probability of deadlocking the machine. | ||
1830 | This will also cause panics on machine check exceptions. | ||
1831 | Useful together with panic=30 to trigger a reboot. | ||
1832 | |||
1828 | OSS [HW,OSS] | 1833 | OSS [HW,OSS] |
1829 | See Documentation/sound/oss/oss-parameters.txt | 1834 | See Documentation/sound/oss/oss-parameters.txt |
1830 | 1835 | ||