Files
android_kernel_xiaomi_sm8450/arch/arc/kernel
Vineet Gupta ddf84433f4 ARC: [SMP] cpumask not needed in IPI send path
The current IPI sending callstack needlessly involves cpumask.

   arch_send_call_function_single_ipi(cpu) / smp_send_reschedule(cpu)
      ipi_send_msg(cpumask_of(cpu))	--> [cpu to cpumask]
         plat_smp_ops.ipi_send(callmap)
            for_each_cpu(callmap)	--> [cpuask to cpu]
               do_plat_specific_ipi_PER_CPU

Given that current backends are not capable of 1:N IPIs, lets simplify
the interface for now, by keeping "a" cpu all along.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-12-23 12:05:04 +05:30
..
2013-08-26 09:40:24 +05:30
2013-05-07 13:43:54 +05:30
2013-04-09 12:21:14 +05:30
2013-11-28 15:49:59 +05:30
2013-11-07 14:34:31 +05:30
2013-06-27 14:35:32 +05:30