
andi at firstfloor
Aug 5, 2008, 10:17 AM
Post #1 of 1
(321 views)
Permalink
|
|
[PATCH] [2/4] MCE: Add old machine check code to feature-removal-schedule.txt
|
|
Signed-off-by: Andi Kleen <ak [at] linux> Index: linux/Documentation/feature-removal-schedule.txt =================================================================== --- linux.orig/Documentation/feature-removal-schedule.txt +++ linux/Documentation/feature-removal-schedule.txt @@ -321,3 +321,13 @@ Why: This option was introduced just to to keep working over the upgrade to 2.6.26. At the scheduled time of removal fixed lm-sensors (2.x or 3.x) should be readily available. Who: Rene Herman <rene.herman [at] gmail> + +---------------------------- + +What: CONFIG_X86_OLD_MCE +When: 2.6.29 +Why: Remove the old legacy 32bit machine check code. This has been superseded + by the 64bit machine check code, 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 <ak [at] linux> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo [at] vger More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|