Skip to content

Commit

Permalink
ARM: remove obsolete smp_cross_call_done()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Russell King committed Dec 3, 2010
1 parent 22a5b56 commit d92e047
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/mach-tegra/include/mach/smp.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d92e047

Please sign in to comment.