commit | 105fddb862d3da2f414329ff7719794fb2bd706b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Tue Feb 13 13:26:26 2007 +0100 |
committer | Andi Kleen <andi@basil.nowhere.org> | Tue Feb 13 13:26:26 2007 +0100 |
tree | 84deffa423e9dfdeb5af22627b4db190f285093a | |
parent | 992af68147299bb635be97f789e4f66ba7add477 [diff] [blame] |
[PATCH] i386: Move mce_disabled to asm/mce.h Allows external actors to disable mce. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andi Kleen <ak@suse.de> ===================================================================
diff --git a/include/asm-i386/mce.h b/include/asm-i386/mce.h index 7cc1a973..b0a02ee 100644 --- a/include/asm-i386/mce.h +++ b/include/asm-i386/mce.h
@@ -3,3 +3,5 @@ #else #define mcheck_init(c) do {} while(0) #endif + +extern int mce_disabled;