1. 12 1月, 2011 1 次提交
  2. 11 1月, 2011 2 次提交
    • J
      powerpc/pseries: Fix VPHN build errors on non-SMP systems · 39bf990e
      Jesse Larrew 提交于
      The header asm/hvcall.h was previously included indirectly via
      smp.h. On non-SMP systems, however, these declarations are excluded
      and the build breaks. This is easily fixed by including asm/hvcall.h
      directly.
      
      The VPHN feature is only meaningful on NUMA systems that implement
      the SPLPAR option, so exclude the VPHN code on systems without
      SPLPAR enabled.
      
      Also, expose unmap_cpu_from_node() on systems with SPLPAR enabled,
      even if CONFIG_HOTPLUG_CPU is disabled.
      
      Lastly, map_cpu_to_node() is now needed by VPHN to manipulate the
      node masks after boot time, so remove the __cpuinit annotation to
      fix a section mismatch.
      Signed-off-by: NJesse Larrew <jlarrew@linux.vnet.ibm.com>
      39bf990e
    • B
      Merge remote branch 'gcl/next' into next · eed0ba0b
      Benjamin Herrenschmidt 提交于
      eed0ba0b
  3. 30 12月, 2010 7 次提交
  4. 29 12月, 2010 8 次提交
  5. 28 12月, 2010 4 次提交
  6. 27 12月, 2010 7 次提交
  7. 26 12月, 2010 4 次提交
  8. 25 12月, 2010 7 次提交