aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorBernhard Walle <bwalle@suse.de>2008-10-07 07:21:56 -0400
committerJonathan Corbet <corbet@lwn.net>2008-10-16 14:30:06 -0400
commit656e6c0050fd63ce42c55a6cb454a9b4b2f9ccf7 (patch)
tree08b5af8a3337c1e33333485b589ba34c90c67275 /Documentation
parent12caa1b6fc3a9772535227c723c11878b5ca618e (diff)
Document panic_on_unrecovered_nmi sysctl
This adds "panic_on_unrecovered_nmi" sysctl to Documentation/filesystems/proc.txt. The text is mainly taken from http://readlist.com/lists/vger.kernel.org/linux-kernel/43/217998.html. Signed-off-by: Bernhard Walle <bwalle@suse.de> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/filesystems/proc.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index f566ad9bcb7b..d2f77d959561 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -1322,6 +1322,18 @@ debugging information is displayed on console.
1322NMI switch that most IA32 servers have fires unknown NMI up, for example. 1322NMI switch that most IA32 servers have fires unknown NMI up, for example.
1323If a system hangs up, try pressing the NMI switch. 1323If a system hangs up, try pressing the NMI switch.
1324 1324
1325panic_on_unrecovered_nmi
1326------------------------
1327
1328The default Linux behaviour on an NMI of either memory or unknown is to continue
1329operation. For many environments such as scientific computing it is preferable
1330that the box is taken out and the error dealt with than an uncorrected
1331parity/ECC error get propogated.
1332
1333A small number of systems do generate NMI's for bizarre random reasons such as
1334power management so the default is off. That sysctl works like the existing
1335panic controls already in that directory.
1336
1325nmi_watchdog 1337nmi_watchdog
1326------------ 1338------------
1327 1339