diff options
| author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-05-17 17:13:18 +0100 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-05-17 17:13:18 +0100 |
| commit | e1342f1da06d39b3bbd530e9306347c4438bc6e5 (patch) | |
| tree | 3d8d70c1e633d9bd5b929ad27b8123faa7789b84 /arch/arm/mach-realview/include/mach/smp.h | |
| parent | 776abac81764847338a6a02c34609d4b8dfb4918 (diff) | |
| parent | ee348d5a1d810bc9958cabb7c27302aab235d36e (diff) | |
Merge branch 'smp-fix'
Diffstat (limited to 'arch/arm/mach-realview/include/mach/smp.h')
| -rw-r--r-- | arch/arm/mach-realview/include/mach/smp.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/arch/arm/mach-realview/include/mach/smp.h b/arch/arm/mach-realview/include/mach/smp.h index 515819efd046..dd53892d44a7 100644 --- a/arch/arm/mach-realview/include/mach/smp.h +++ b/arch/arm/mach-realview/include/mach/smp.h @@ -15,16 +15,9 @@ /* * We use IRQ1 as the IPI */ -static inline void smp_cross_call(cpumask_t callmap) -{ - gic_raise_softirq(callmap, 1); -} - -/* - * Do nothing on MPcore. - */ -static inline void smp_cross_call_done(cpumask_t callmap) +static inline void smp_cross_call(const struct cpumask *mask) { + gic_raise_softirq(mask, 1); } #endif |
