Merge branch 'misc' into devel
[linux/fpc-iii.git] / arch / arm / mach-vexpress / include / mach / smp.h
blob4c05e4a9713a311c0be2ee63912b32b6a21400b5
1 #ifndef __MACH_SMP_H
2 #define __MACH_SMP_H
4 #include <asm/hardware/gic.h>
6 /*
7 * We use IRQ1 as the IPI
8 */
9 static inline void smp_cross_call(const struct cpumask *mask, int ipi)
11 gic_raise_softirq(mask, ipi);
13 #endif