Release 4.11 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
Person | Tokens | Prop | Commits | CommitProp |
Richard Henderson | 22 | 70.97% | 2 | 50.00% |
Linus Torvalds (pre-git) | 6 | 19.35% | 1 | 25.00% |
David Howells | 3 | 9.68% | 1 | 25.00% |
Total | 31 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.