From: Russell King Date: Mon, 15 Nov 2010 09:36:18 +0000 (+0000) Subject: ARM: remove obsolete smp_cross_call_done() X-Git-Tag: 2.1b_release~5942^2~2^2^2~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d92e04713c6323e09a0d0fdfa0d7cbcedb175e49;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git 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 Signed-off-by: Russell King --- diff --git a/arch/arm/mach-tegra/include/mach/smp.h b/arch/arm/mach-tegra/include/mach/smp.h index e4a34a3..d3cd265 100644 --- a/arch/arm/mach-tegra/include/mach/smp.h +++ b/arch/arm/mach-tegra/include/mach/smp.h @@ -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