mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 16:50:53 +07: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
|