forked from luck/tmp_suning_uos_patched
ARM: remove obsolete smp_cross_call_done()
smp_cross_call_done() was removed long ago (see 78d236c
- remove useless
smp_cross_call_done()). Remove those which have been subsequently
merged.
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
22a5b566c8
commit
d92e04713c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user