Merge commit 'v2.6.31-rc7' into irq/core
authorIngo Molnar <mingo@elte.hu>
Tue, 25 Aug 2009 08:04:27 +0000 (10:04 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 25 Aug 2009 08:04:32 +0000 (10:04 +0200)
Merge reason: move from an -rc2 base to -rc7.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
1  2 
Documentation/feature-removal-schedule.txt

@@@ -394,6 -394,15 +394,6 @@@ Who:      Thomas Gleixner <tglx@linutronix.d
  
  -----------------------------
  
 -What: obsolete generic irq defines and typedefs
 -When: 2.6.30
 -Why:  The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t)
 -      have been kept around for migration reasons. After more than two years
 -      it's time to remove them finally
 -Who:  Thomas Gleixner <tglx@linutronix.de>
 -
 ----------------------------
 -
  What: fakephp and associated sysfs files in /sys/bus/pci/slots/
  When: 2011
  Why:  In 2.6.27, the semantics of /sys/bus/pci/slots was redefined to
@@@ -449,3 -458,13 +449,13 @@@ Why:     Remove the old legacy 32bit machin
        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>
+ ----------------------------
+ What: lock_policy_rwsem_* and unlock_policy_rwsem_* will not be
+       exported interface anymore.
+ When: 2.6.33
+ Why:  cpu_policy_rwsem has a new cleaner definition making it local to
+       cpufreq core and contained inside cpufreq.c. Other dependent
+       drivers should not use it in order to safely avoid lockdep issues.
+ Who:  Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>