X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-i386%2Fmce.h;h=b0a02ee34ffd74720747c295077720e86604933c;hb=38cb162b7585d837083b8365da1eb32687c5164c;hp=7cc1a973bf00f283c1324f65938a7d9505a78319;hpb=6edad161cd4dfe1df772e7a74ab63cab53b5e8c1;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-i386/mce.h b/include/asm-i386/mce.h index 7cc1a973bf0..b0a02ee34ff 100644 --- a/include/asm-i386/mce.h +++ b/include/asm-i386/mce.h @@ -3,3 +3,5 @@ extern void mcheck_init(struct cpuinfo_x86 *c); #else #define mcheck_init(c) do {} while(0) #endif + +extern int mce_disabled;