The ia64 build generates many warnings like this: WARNING: EXPORT symbol "empty_zero_page" [vmlinux] version generation failed, symbol will not be versioned. Besides adding the necessary header this also requires fiddling with some explicit .S -> .o rules. Cc: IA64-ML <linux-ia64@vger.kernel.org> Signed-off-by: Jan Beulich <jbeulich@suse.com> Signed-off-by: Tony Luck <tony.luck@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>tirimbino
parent
2760078203
commit
d8a6e3aed9
@ -0,0 +1,29 @@ |
||||
#ifndef _ASM_IA64_ASM_PROTOTYPES_H |
||||
#define _ASM_IA64_ASM_PROTOTYPES_H |
||||
|
||||
#include <asm/cacheflush.h> |
||||
#include <asm/checksum.h> |
||||
#include <asm/esi.h> |
||||
#include <asm/ftrace.h> |
||||
#include <asm/page.h> |
||||
#include <asm/pal.h> |
||||
#include <asm/string.h> |
||||
#include <asm/uaccess.h> |
||||
#include <asm/unwind.h> |
||||
#include <asm/xor.h> |
||||
|
||||
extern const char ia64_ivt[]; |
||||
|
||||
signed int __divsi3(signed int, unsigned int); |
||||
signed int __modsi3(signed int, unsigned int); |
||||
|
||||
signed long long __divdi3(signed long long, unsigned long long); |
||||
signed long long __moddi3(signed long long, unsigned long long); |
||||
|
||||
unsigned int __udivsi3(unsigned int, unsigned int); |
||||
unsigned int __umodsi3(unsigned int, unsigned int); |
||||
|
||||
unsigned long long __udivdi3(unsigned long long, unsigned long long); |
||||
unsigned long long __umoddi3(unsigned long long, unsigned long long); |
||||
|
||||
#endif /* _ASM_IA64_ASM_PROTOTYPES_H */ |
Loading…
Reference in new issue