diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-11-15 04:36:18 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-12-03 03:26:30 -0500 |
commit | d92e04713c6323e09a0d0fdfa0d7cbcedb175e49 (patch) | |
tree | f41dcd76550dc56c6dbe0cba4351934d89a5a186 /arch | |
parent | 22a5b566c8c442b0b35b3b106795e2f2b3578096 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/include/mach/smp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/include/mach/smp.h b/arch/arm/mach-tegra/include/mach/smp.h index e4a34a35a544..d3cd265cb058 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) | |||
12 | gic_raise_softirq(mask, 1); | 12 | gic_raise_softirq(mask, 1); |
13 | } | 13 | } |
14 | 14 | ||
15 | /* | ||
16 | * Do nothing on MPcore. | ||
17 | */ | ||
18 | static inline void smp_cross_call_done(cpumask_t callmap) | ||
19 | { | ||
20 | } | ||
21 | |||
22 | #endif | 15 | #endif |