commit | 8af7043a3cd2c259e9f5d3158f3e736d06c05056 | [log] [tgz] |
---|---|---|
author | Derek Che <drc@yahoo-inc.com> | Mon Feb 02 10:30:21 2015 -0800 |
committer | Borislav Petkov <bp@suse.de> | Thu Feb 19 13:24:47 2015 +0100 |
tree | 68cbfa84213ebdc6da5ea97f9be0e61388ec23d6 | |
parent | 3f2f0680d1161df96a0e8fea16930f1bd487a9cf [diff] |
x86/MCE: Make mce_panic() fatal machine check msg in the same pattern There is another mce_panic call with "Fatal machine check on current CPU" in the same mce.c file, why not keep them all in same pattern mce_panic("Fatal machine check on current CPU", &m, msg); Signed-off-by: Derek Che <drc@yahoo-inc.com> Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Borislav Petkov <bp@suse.de>