cregit-Linux how code gets into the kernel

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

/* SPDX-License-Identifier: GPL-2.0 */
#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 Henderson2268.75%240.00%
Linus Torvalds (pre-git)618.75%120.00%
David Howells39.38%120.00%
Greg Kroah-Hartman13.12%120.00%
Total32100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.