Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
ebiederm
/
linux-namespace-control-devel
/
1f922d07704c501388a306c78536bca7432b3934
/
.
/
arch
/
cris
/
include
/
arch-v10
/
arch
/
atomic.h
blob: 6ef5e7d09024f4512366e137e483728d99a4902c [
file
] [
log
] [
blame
]
#ifndef
__ASM_CRIS_ARCH_ATOMIC__
#define
__ASM_CRIS_ARCH_ATOMIC__
#define
cris_atomic_save
(
addr
,
flags
)
local_irq_save
(
flags
);
#define
cris_atomic_restore
(
addr
,
flags
)
local_irq_restore
(
flags
);
#endif