diff options
author | Andi Kleen <ak@linux.intel.com> | 2009-04-28 17:18:26 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-28 12:24:13 -0400 |
commit | 45f458e9a8a216b02b76fe61d9e8bc40d659fbe8 (patch) | |
tree | 2acbb4ede23d78c412d904507d860bcb901f099c /Documentation/feature-removal-schedule.txt | |
parent | 4efc0670baf4b14bc95502e54a83ccf639146125 (diff) |
x86, mce: deprecate old 32bit machine check code
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>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index de491a3e2313..ec9ef5d0d7b3 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -437,3 +437,13 @@ Why: Superseded by tdfxfb. I2C/DDC support used to live in a separate | |||
437 | driver but this caused driver conflicts. | 437 | driver but this caused driver conflicts. |
438 | Who: Jean Delvare <khali@linux-fr.org> | 438 | Who: Jean Delvare <khali@linux-fr.org> |
439 | Krzysztof Helt <krzysztof.h1@wp.pl> | 439 | Krzysztof Helt <krzysztof.h1@wp.pl> |
440 | |||
441 | ---------------------------- | ||
442 | |||
443 | What: CONFIG_X86_OLD_MCE | ||
444 | When: 2.6.32 | ||
445 | Why: Remove the old legacy 32bit machine check code. This has been | ||
446 | superseded by the newer machine check code from the 64bit port, | ||
447 | but the old version has been kept around for easier testing. Note this | ||
448 | doesn't impact the old P5 and WinChip machine check handlers. | ||
449 | Who: Andi Kleen <andi@firstfloor.org> | ||