Release 4.10 arch/arm/include/asm/linkage.h
#ifndef __ASM_LINKAGE_H
#define __ASM_LINKAGE_H
#define __ALIGN .align 0
#define __ALIGN_STR ".align 0"
#define ENDPROC(name) \
.type name, %function; \
END(name)
#endif
Overall Contributors
| Person | Tokens | Prop | Commits | CommitProp |
jeff dike | jeff dike | 12 | 50.00% | 1 | 33.33% |
russell king | russell king | 8 | 33.33% | 1 | 33.33% |
linus torvalds | linus torvalds | 4 | 16.67% | 1 | 33.33% |
| Total | 24 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.