1. 07 3月, 2014 1 次提交
  2. 21 7月, 2011 2 次提交
  3. 24 9月, 2009 1 次提交
    • R
      cpumask: arch_send_call_function_ipi_mask: mips · 48a048fe
      Rusty Russell 提交于
      We're weaning the core code off handing cpumask's around on-stack.
      This introduces arch_send_call_function_ipi_mask(), and by defining
      it, the old arch_send_call_function_ipi is defined by the core code.
      
      We also take the chance to wean the implementations off the
      obsolescent for_each_cpu_mask(): making send_ipi_mask take the pointer
      seemed the most natural way to ensure all implementations used
      for_each_cpu.
      Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
      48a048fe
  4. 25 6月, 2009 1 次提交
    • R
      MIPS: Add arch generic CPU hotplug · 1b2bc75c
      Ralf Baechle 提交于
      Each platform has to add support for CPU hotplugging itself by providing
      suitable definitions for the cpu_disable and cpu_die of the smp_ops
      methods and setting SYS_SUPPORTS_HOTPLUG_CPU.  A platform should only set
      SYS_SUPPORTS_HOTPLUG_CPU once all it's smp_ops definitions have the
      necessary changes.  This patch contains the changes to the dummy smp_ops
      definition for uni-processor systems.
      
      Parts of the code contributed by Cavium Inc.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      1b2bc75c
  5. 30 3月, 2009 1 次提交
  6. 11 10月, 2008 1 次提交
  7. 29 4月, 2008 1 次提交
  8. 29 1月, 2008 1 次提交