commit | c697836985e18d9c34897428ba563b13044a6dcd | [log] [tgz] |
---|---|---|
author | Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> | Mon Jun 15 17:22:49 2009 +0900 |
committer | H. Peter Anvin <hpa@zytor.com> | Tue Jun 16 16:56:07 2009 -0700 |
tree | baf61b41254ff78b039cb5405422c0dbdaa6a240 | |
parent | 9e55e44e39798541ba39d57f4b569deb555ae1ce [diff] |
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 <seto.hidetoshi@jp.fujitsu.com> Signed-off-by: H. Peter Anvin <hpa@zytor.com>