mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-27 00:53:17 +00:00
8 lines
203 B
C
8 lines
203 B
C
|
|
#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
|