diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-08-25 04:04:27 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-08-25 04:04:32 -0400 |
commit | daedc71836e5a398fd0cc0e12c5cb43539478485 (patch) | |
tree | c56567a92017679e57195cef992d4a5561c20e0e /Documentation/feature-removal-schedule.txt | |
parent | c36ba80ea01d0aecb652c26799a912e760ce8981 (diff) | |
parent | 422bef879e84104fee6dc68ded0e371dbeb5f88e (diff) |
Merge commit 'v2.6.31-rc7' into irq/core
Merge reason: move from an -rc2 base to -rc7.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 2af78126b053..82e8d1a54433 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -449,3 +449,13 @@ Why: Remove the old legacy 32bit machine check code. This has been | |||
449 | but the old version has been kept around for easier testing. Note this | 449 | but the old version has been kept around for easier testing. Note this |
450 | doesn't impact the old P5 and WinChip machine check handlers. | 450 | doesn't impact the old P5 and WinChip machine check handlers. |
451 | Who: Andi Kleen <andi@firstfloor.org> | 451 | Who: Andi Kleen <andi@firstfloor.org> |
452 | |||
453 | ---------------------------- | ||
454 | |||
455 | What: lock_policy_rwsem_* and unlock_policy_rwsem_* will not be | ||
456 | exported interface anymore. | ||
457 | When: 2.6.33 | ||
458 | Why: cpu_policy_rwsem has a new cleaner definition making it local to | ||
459 | cpufreq core and contained inside cpufreq.c. Other dependent | ||
460 | drivers should not use it in order to safely avoid lockdep issues. | ||
461 | Who: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com> | ||