]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/mach-realview/include/mach/smp.h
d1aa70415a4e13664e822f2a4c50da4646b99809
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-realview / include / mach / smp.h
1 #ifndef ASMARM_ARCH_SMP_H
2 #define ASMARM_ARCH_SMP_H
3
4 #include <asm/hardware/gic.h>
5 #include <asm/smp_mpidr.h>
6
7 /*
8 * We use IRQ1 as the IPI
9 */
10 static inline void smp_cross_call(const struct cpumask *mask, int ipi)
11 {
12 gic_raise_softirq(mask, ipi);
13 }
14
15 #endif