blob: 6ef5e7d09024f4512366e137e483728d99a4902c (
plain)
1
2
3
4
5
6
7
|
#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
|