aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/x86
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/x86')
-rw-r--r--Documentation/x86/x86_64/boot-options.txt6
-rw-r--r--Documentation/x86/x86_64/machinecheck4
2 files changed, 9 insertions, 1 deletions
diff --git a/Documentation/x86/x86_64/boot-options.txt b/Documentation/x86/x86_64/boot-options.txt
index 63fca718256e..0ee5e3b212f3 100644
--- a/Documentation/x86/x86_64/boot-options.txt
+++ b/Documentation/x86/x86_64/boot-options.txt
@@ -15,13 +15,17 @@ Machine check
15 in a reboot. On Intel systems it is enabled by default. 15 in a reboot. On Intel systems it is enabled by default.
16 mce=nobootlog 16 mce=nobootlog
17 Disable boot machine check logging. 17 Disable boot machine check logging.
18 mce=tolerancelevel (number) 18 mce=tolerancelevel[,monarchtimeout] (number,number)
19 tolerance levels:
19 0: always panic on uncorrected errors, log corrected errors 20 0: always panic on uncorrected errors, log corrected errors
20 1: panic or SIGBUS on uncorrected errors, log corrected errors 21 1: panic or SIGBUS on uncorrected errors, log corrected errors
21 2: SIGBUS or log uncorrected errors, log corrected errors 22 2: SIGBUS or log uncorrected errors, log corrected errors
22 3: never panic or SIGBUS, log all errors (for testing only) 23 3: never panic or SIGBUS, log all errors (for testing only)
23 Default is 1 24 Default is 1
24 Can be also set using sysfs which is preferable. 25 Can be also set using sysfs which is preferable.
26 monarchtimeout:
27 Sets the time in us to wait for other CPUs on machine checks. 0
28 to disable.
25 29
26 nomce (for compatibility with i386): same as mce=off 30 nomce (for compatibility with i386): same as mce=off
27 31
diff --git a/Documentation/x86/x86_64/machinecheck b/Documentation/x86/x86_64/machinecheck
index a4fdb25446e0..b1fb30273286 100644
--- a/Documentation/x86/x86_64/machinecheck
+++ b/Documentation/x86/x86_64/machinecheck
@@ -69,6 +69,10 @@ trigger
69 Program to run when a machine check event is detected. 69 Program to run when a machine check event is detected.
70 This is an alternative to running mcelog regularly from cron 70 This is an alternative to running mcelog regularly from cron
71 and allows to detect events faster. 71 and allows to detect events faster.
72monarch_timeout
73 How long to wait for the other CPUs to machine check too on a
74 exception. 0 to disable waiting for other CPUs.
75 Unit: us
72 76
73TBD document entries for AMD threshold interrupt configuration 77TBD document entries for AMD threshold interrupt configuration
74 78