Skip to content
Commit a7f4ee1f authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc: Drop return value of smp_ops->probe()



smp_ops->probe() is currently supposed to return the number of cpus in
the system.

The last actual usage of the value was removed in May 2007 in e147ec8f
"[POWERPC] Simplify smp_space_timers". We still passed the value around
until June 2010 when even that was finally removed in c1aa687d
"powerpc: Clean up obsolete code relating to decrementer and timebase".

So drop that requirement, probe() now returns void, and update all
implementations.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 7261b956
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment