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
Person | Tokens | Prop | Commits | CommitProp |
Richard Henderson | 22 | 68.75% | 2 | 40.00% |
Linus Torvalds (pre-git) | 6 | 18.75% | 1 | 20.00% |
David Howells | 3 | 9.38% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 3.12% | 1 | 20.00% |
Total | 32 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.