https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 3e3b5ca55cc2f9213b527625af9705f980c31f0c authored by Jason Self on 07 September 2014, 03:46:36 UTC
Linux-libre 3.12.28-gnu
Tip revision: 3e3b5ca
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*/
back to top