diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-05-17 11:23:45 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-05-17 11:23:45 -0400 |
commit | 78d236c2b30d4712c1fd8c9768b163c94b39e77d (patch) | |
tree | ae74765abee1ed88941a5dfc82cffc4d3af25be7 /arch/arm/mach-realview/include | |
parent | 826681043d7184b4d650cab5b007b9a86b628eb5 (diff) |
[ARM] realview: remove useless smp_cross_call_done()
smp_cross_call_done() is a no-op for MPCore, and since it's only
used by platform code, there's no point in having it unless it's
doing something.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-realview/include')
-rw-r--r-- | arch/arm/mach-realview/include/mach/smp.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-realview/include/mach/smp.h b/arch/arm/mach-realview/include/mach/smp.h index e2ff53402f8..dd53892d44a 100644 --- a/arch/arm/mach-realview/include/mach/smp.h +++ b/arch/arm/mach-realview/include/mach/smp.h | |||
@@ -20,11 +20,4 @@ static inline void smp_cross_call(const struct cpumask *mask) | |||
20 | gic_raise_softirq(mask, 1); | 20 | gic_raise_softirq(mask, 1); |
21 | } | 21 | } |
22 | 22 | ||
23 | /* | ||
24 | * Do nothing on MPcore. | ||
25 | */ | ||
26 | static inline void smp_cross_call_done(const struct cpumask *mask) | ||
27 | { | ||
28 | } | ||
29 | |||
30 | #endif | 23 | #endif |