[funini.com] -> [kei@sodan] -> Kernel Reading

root/include/asm-cris/arch-v10/atomic.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


#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

/* [<][>][^][v][top][bottom][index][help] */

[funini.com] -> [kei@sodan] -> Kernel Reading