From: Hidetoshi Seto Date: Mon, 15 Jun 2009 08:22:49 +0000 (+0900) Subject: x86, mce: make mce_disabled boolean X-Git-Tag: v2.6.31-rc1~97^2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c697836985e18d9c34897428ba563b13044a6dcd;p=pandora-kernel.git x86, mce: make mce_disabled boolean The mce_disabled on 32bit is a tristate variable [1,0,-1], while 64bit version is boolean [0,1]. This patch makes mce_disabled always boolean, and use mce_p5_enabled to indicate the third state instead. Signed-off-by: Hidetoshi Seto Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed