cregit-Linux how code gets into the kernel

Release 4.10 arch/alpha/include/asm/module.h

#ifndef _ALPHA_MODULE_H

#define _ALPHA_MODULE_H

#include <asm-generic/module.h>


struct mod_arch_specific
{
	
unsigned int gotsecindex;
};


#define ARCH_SHF_SMALL SHF_ALPHA_GPREL

#ifdef MODULE
asm(".section .got,\"aws\",@progbits; .align 3; .previous");
#endif

#endif /*_ALPHA_MODULE_H*/

Overall Contributors

PersonTokensPropCommitsCommitProp
richard hendersonrichard henderson2270.97%250.00%
pre-gitpre-git619.35%125.00%
david howellsdavid howells39.68%125.00%
Total31100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.