cregit-Linux how code gets into the kernel

Release 4.11 arch/alpha/include/asm/compiler.h

#ifndef __ALPHA_COMPILER_H

#define __ALPHA_COMPILER_H

#include <uapi/asm/compiler.h>

/* Some idiots over in <linux/compiler.h> thought inline should imply
   always_inline.  This breaks stuff.  We'll include this file whenever
   we run into such problems.  */

#include <linux/compiler.h>

#undef inline

#undef __inline__

#undef __inline

#undef __always_inline

#define __always_inline		inline __attribute__((always_inline))

#endif /* __ALPHA_COMPILER_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Richard Henderson1340.62%125.00%
Ivan Kokshaysky928.12%125.00%
Linus Torvalds (pre-git)721.88%125.00%
David Howells39.38%125.00%
Total32100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.