Sign in
googlers
/
maze
/
linux
/
6d803ba736abb5e122dede70a4720e4843dd6df4
/
.
/
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