Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
d4429f608abde89e8bc1e24b43cd503feb95c496
/
.
/
arch
/
arm
/
mach-realview
/
include
/
mach
/
smp.h
blob: d3cd265cb058c4acf0d29c4a14a16e097aa1ee55 [
file
] [
log
] [
blame
]
#ifndef
ASMARM_ARCH_SMP_H
#define
ASMARM_ARCH_SMP_H
#include
<asm/hardware/gic.h>
#include
<asm/smp_mpidr.h>
/*
* We use IRQ1 as the IPI
*/
static
inline
void
smp_cross_call
(
const
struct
cpumask
*
mask
)
{
gic_raise_softirq
(
mask
,
1
);
}
#endif