cregit-Linux how code gets into the kernel

Release 4.11 arch/c6x/include/asm/linkage.h

#ifndef _ASM_C6X_LINKAGE_H

#define _ASM_C6X_LINKAGE_H

#ifdef __ASSEMBLER__


#define __ALIGN		.align 2

#define __ALIGN_STR	".align 2"

#ifndef __DSBT__

#define ENTRY(name)		\
	.global name @          \
        __ALIGN @               \
name:
#else

#define ENTRY(name)		\
	.global name @          \
        .hidden name @          \
        __ALIGN @               \
name:
#endif


#define ENDPROC(name)		\
	.type name, @function @ \
        .size name, . - name

#endif

#include <asm-generic/linkage.h>

#endif /* _ASM_C6X_LINKAGE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Aurelien Jacquiot56100.00%1100.00%
Total56100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.