Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24445a4a authored by David S. Miller's avatar David S. Miller
Browse files

sparc64: Directly call xcall_deliver() in smp_start_sync_tick_client.



We know the cpu is online and not the current cpu here.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 19926630
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -782,10 +782,8 @@ extern unsigned long xcall_sync_tick;

static void smp_start_sync_tick_client(int cpu)
{
	cpumask_t mask = cpumask_of_cpu(cpu);

	smp_cross_call_masked(&xcall_sync_tick,
			      0, 0, 0, mask);
	xcall_deliver((u64) &xcall_sync_tick, 0, 0,
		      &cpumask_of_cpu(cpu));
}

extern unsigned long xcall_call_function;