Merge branch 'v6v7' into devel
[linux/fpc-iii.git] / arch / arm / mach-tegra / include / mach / smp.h
blobc8221b38ee7c32ec2e53d5a24fe6c0a90e6c3743
1 #ifndef ASMARM_ARCH_SMP_H
2 #define ASMARM_ARCH_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);
14 #endif