Commit d92e0471 authored by Russell King's avatar Russell King

ARM: remove obsolete smp_cross_call_done()

smp_cross_call_done() was removed long ago (see 78d236c2 - remove useless
smp_cross_call_done()).  Remove those which have been subsequently
merged.
Reviewed-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 22a5b566
......@@ -12,11 +12,4 @@ static inline void smp_cross_call(const struct cpumask *mask)
gic_raise_softirq(mask, 1);
}
/*
* Do nothing on MPcore.
*/
static inline void smp_cross_call_done(cpumask_t callmap)
{
}
#endif
Markdown is supported
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