Files
kernel_google_b1c1/arch/alpha/include/asm/module.h

18 lines
290 B
C
Raw Normal View History

#ifndef _ALPHA_MODULE_H
#define _ALPHA_MODULE_H
2012-09-28 14:31:03 +09:30
#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*/