cregit-Linux how code gets into the kernel

Release 4.12 tools/include/linux/atomic.h

#ifndef __TOOLS_LINUX_ATOMIC_H

#define __TOOLS_LINUX_ATOMIC_H

#include <asm/atomic.h>

/* atomic_cmpxchg_relaxed */
#ifndef atomic_cmpxchg_relaxed

#define  atomic_cmpxchg_relaxed		atomic_cmpxchg

#define  atomic_cmpxchg_release         atomic_cmpxchg
#endif /* atomic_cmpxchg_relaxed */

#endif /* __TOOLS_LINUX_ATOMIC_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnaldo Carvalho de Melo27100.00%2100.00%
Total27100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.