Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
ecaa6c9de759259c5ba517e5442e26452d49107e
/
.
/
include
/
asm-x86
/
smp_64.h
blob: 058f41399798f648299a28859d1d662367ebac27 [
file
] [
log
] [
blame
]
#ifndef
__ASM_SMP_H
#define
__ASM_SMP_H
extern
cpumask_t
cpu_initialized
;
extern
cpumask_t
cpu_callin_map
;
extern
int
smp_call_function_mask
(
cpumask_t
mask
,
void
(*
func
)(
void
*),
void
*
info
,
int
wait
);
#endif