diff options
author | Andi Kleen <ak@suse.de> | 2005-09-12 18:49:24 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-12 10:49:57 -0700 |
commit | 8c566ef5f3eb5d9daf61d0fa31d82c211f601ba0 (patch) | |
tree | 646730e657f27a23b3081fafafe494121e0d8075 /Documentation | |
parent | 673242c10d535bfe238d9d8e82ac93432d35b88e (diff) | |
download | linux-3.10-8c566ef5f3eb5d9daf61d0fa31d82c211f601ba0.tar.gz linux-3.10-8c566ef5f3eb5d9daf61d0fa31d82c211f601ba0.tar.bz2 linux-3.10-8c566ef5f3eb5d9daf61d0fa31d82c211f601ba0.zip |
[PATCH] x86-64: Add command line option to set machine check tolerance level
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/x86_64/boot-options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/x86_64/boot-options.txt b/Documentation/x86_64/boot-options.txt index 678e8f192db..ffe1c062088 100644 --- a/Documentation/x86_64/boot-options.txt +++ b/Documentation/x86_64/boot-options.txt @@ -11,6 +11,11 @@ Machine check If your BIOS doesn't do that it's a good idea to enable though to make sure you log even machine check events that result in a reboot. + mce=tolerancelevel (number) + 0: always panic, 1: panic if deadlock possible, + 2: try to avoid panic, 3: never panic or exit (for testing) + default is 1 + Can be also set using sysfs which is preferable. nomce (for compatibility with i386): same as mce=off |