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

Commit 11573131 authored by Anton Blanchard's avatar Anton Blanchard Committed by Benjamin Herrenschmidt
Browse files

powerpc/cpumask: Convert iseries SMP code to new cpumask API



Use new cpumask functions in iseries SMP startup code.

Signed-off-by: default avatarAnton Blanchard <anton@samba.org>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent b6decb70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -83,7 +83,7 @@ static void smp_iSeries_message_pass(int target, int msg)

static int smp_iSeries_probe(void)
{
	return cpus_weight(cpu_possible_map);
	return cpumask_weight(cpu_possible_mask);
}

static void smp_iSeries_kick_cpu(int nr)