cregit-Linux how code gets into the kernel

Release 4.10 tools/arch/alpha/include/asm/barrier.h

#ifndef __TOOLS_LINUX_ASM_ALPHA_BARRIER_H

#define __TOOLS_LINUX_ASM_ALPHA_BARRIER_H


#define mb()	__asm__ __volatile__("mb": : :"memory")

#define rmb()	__asm__ __volatile__("mb": : :"memory")

#define wmb()	__asm__ __volatile__("wmb": : :"memory")

#endif		/* __TOOLS_LINUX_ASM_ALPHA_BARRIER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
arnaldo carvalho de meloarnaldo carvalho de melo24100.00%1100.00%
Total24100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.