cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Jeff Dike1248.00%125.00%
Russell King832.00%125.00%
Linus Torvalds416.00%125.00%
Greg Kroah-Hartman14.00%125.00%
Total25100.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.