atomic.h 203 B

1234567
  1. #ifndef __ASM_CRIS_ARCH_ATOMIC__
  2. #define __ASM_CRIS_ARCH_ATOMIC__
  3. #define cris_atomic_save(addr, flags) local_irq_save(flags);
  4. #define cris_atomic_restore(addr, flags) local_irq_restore(flags);
  5. #endif