1. 16 7月, 2007 1 次提交
  2. 10 7月, 2007 10 次提交
  3. 03 7月, 2007 23 次提交
  4. 02 7月, 2007 1 次提交
    • C
      [POWERPC] Fix PMI breakage in cbe_cbufreq driver · ee5d1b7f
      Christian Krafft 提交于
      The recent change to cell_defconfig to enable cpufreq on Cell exposed
      the fact that the cbe_cpufreq driver currently needs the PMI interface
      code to compile, but Kconfig doesn't make sure that the PMI interface
      code gets built if cbe_cpufreq is enabled.
      
      In fact cbe_cpufreq can work without PMI, so this ifdefs out the code
      that deals with PMI.  This is a minimal solution for 2.6.22; a more
      comprehensive solution will be merged for 2.6.23.
      Signed-off-by: NChristian Krafft <krafft@de.ibm.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      ee5d1b7f
  5. 29 6月, 2007 5 次提交