Release 4.10 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
| Person | Tokens | Prop | Commits | CommitProp |
richard henderson | richard henderson | 13 | 40.62% | 1 | 25.00% |
ivan kokshaysky | ivan kokshaysky | 9 | 28.12% | 1 | 25.00% |
pre-git | pre-git | 7 | 21.88% | 1 | 25.00% |
david howells | david howells | 3 | 9.38% | 1 | 25.00% |
| Total | 32 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.