Sign in
gem5
/
arm
/
linux
/
a94844b22a2e2b9155bbc0878c507850477221c2
/
.
/
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