Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148923
b: refs/heads/master
c: 3c07979
h: refs/heads/master
i:
  148921: 6a2fd04
  148919: 2b034af
v: v3
  • Loading branch information
Andi Kleen authored and H. Peter Anvin committed Jun 3, 2009
1 parent d3703f4 commit 6364b5f
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 31 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f94b61c2c9fdcc90773c49df9ccf9ede3ad0d7db
refs/heads/master: 3c0797925f4ef9d55a32059d2af61a9c262e639d
6 changes: 5 additions & 1 deletion trunk/Documentation/x86/x86_64/boot-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,17 @@ Machine check
in a reboot. On Intel systems it is enabled by default.
mce=nobootlog
Disable boot machine check logging.
mce=tolerancelevel (number)
mce=tolerancelevel[,monarchtimeout] (number,number)
tolerance levels:
0: always panic on uncorrected errors, log corrected errors
1: panic or SIGBUS on uncorrected errors, log corrected errors
2: SIGBUS or log uncorrected errors, log corrected errors
3: never panic or SIGBUS, log all errors (for testing only)
Default is 1
Can be also set using sysfs which is preferable.
monarchtimeout:
Sets the time in us to wait for other CPUs on machine checks. 0
to disable.

nomce (for compatibility with i386): same as mce=off

Expand Down
4 changes: 4 additions & 0 deletions trunk/Documentation/x86/x86_64/machinecheck
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ trigger
Program to run when a machine check event is detected.
This is an alternative to running mcelog regularly from cron
and allows to detect events faster.
monarch_timeout
How long to wait for the other CPUs to machine check too on a
exception. 0 to disable waiting for other CPUs.
Unit: us

TBD document entries for AMD threshold interrupt configuration

Expand Down
Loading

0 comments on commit 6364b5f

Please sign in to comment.