x86, mce: deprecate old 32bit machine check code
authorAndi Kleen <ak@linux.intel.com>
Tue, 28 Apr 2009 21:18:26 +0000 (23:18 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 28 May 2009 16:24:13 +0000 (09:24 -0700)
Schedule for removal in 2.6.32

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Documentation/feature-removal-schedule.txt

index de491a3..ec9ef5d 100644 (file)
@@ -437,3 +437,13 @@ Why:       Superseded by tdfxfb. I2C/DDC support used to live in a separate
        driver but this caused driver conflicts.
 Who:   Jean Delvare <khali@linux-fr.org>
        Krzysztof Helt <krzysztof.h1@wp.pl>
+
+----------------------------
+
+What:  CONFIG_X86_OLD_MCE
+When:  2.6.32
+Why:   Remove the old legacy 32bit machine check code. This has been
+       superseded by the newer machine check code from the 64bit port,
+       but the old version has been kept around for easier testing. Note this
+       doesn't impact the old P5 and WinChip machine check handlers.
+Who:   Andi Kleen <andi@firstfloor.org>