Release 4.16 arch/arm/include/asm/linkage.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 12 | 48.00% | 1 | 25.00% |
Russell King | 8 | 32.00% | 1 | 25.00% |
Linus Torvalds | 4 | 16.00% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 4.00% | 1 | 25.00% |
Total | 25 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.