Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70999
b: refs/heads/master
c: 909dd32
h: refs/heads/master
i:
  70997: cd6eb15
  70995: 8a66c19
  70991: 29d6e8e
v: v3
  • Loading branch information
Andi Kleen authored and Thomas Gleixner committed Oct 17, 2007
1 parent 944382f commit 7f7d258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: ffecad95eed621a82e8131b929cfcc3bb2a10d46
refs/heads/master: 909dd324fb57ad690c38c4e3d52337defa099ce8
2 changes: 2 additions & 0 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,8 @@ and is between 256 and 4096 characters. It is defined in the file

mce [X86-32] Machine Check Exception

mce=option [X86-64] See Documentation/x86_64/boot-options.txt

md= [HW] RAID subsystems devices and level
See Documentation/md.txt.

Expand Down
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/mce_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -695,8 +695,6 @@ static int __init mcheck_disable(char *str)
mce=nobootlog Don't log MCEs from before booting. */
static int __init mcheck_enable(char *str)
{
if (*str == '=')
str++;
if (!strcmp(str, "off"))
mce_dont_init = 1;
else if (!strcmp(str, "bootlog") || !strcmp(str,"nobootlog"))
Expand All @@ -709,7 +707,7 @@ static int __init mcheck_enable(char *str)
}

__setup("nomce", mcheck_disable);
__setup("mce", mcheck_enable);
__setup("mce=", mcheck_enable);

/*
* Sysfs support
Expand Down

0 comments on commit 7f7d258

Please sign in to comment.