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
| Person | Tokens | Prop | Commits | CommitProp |
richard henderson | richard henderson | 22 | 70.97% | 2 | 50.00% |
pre-git | pre-git | 6 | 19.35% | 1 | 25.00% |
david howells | 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.