s390/kbuild: enable modversions for symbols exported from asm
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 20 Dec 2016 11:58:10 +0000 (12:58 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 20 Dec 2016 14:22:56 +0000 (15:22 +0100)
commitcabab3f9f5ca077535080b3252e6168935b914af
treec2bfc875c9d62758a787722b8d81b1c16bb78158
parent8f2b468aadc81ca0fc78e41696b648e30d91ba5c
s390/kbuild: enable modversions for symbols exported from asm

s390 version of commit 334bb7738764 ("x86/kbuild: enable modversions
for symbols exported from asm") so we get also rid of all these
warnings:

WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
WARNING: EXPORT symbol "memcpy" [vmlinux] version generation failed, symbol will not be versioned.
WARNING: EXPORT symbol "memmove" [vmlinux] version generation failed, symbol will not be versioned.
WARNING: EXPORT symbol "memset" [vmlinux] version generation failed, symbol will not be versioned.
WARNING: EXPORT symbol "save_fpu_regs" [vmlinux] version generation failed, symbol will not be versioned.
WARNING: EXPORT symbol "sie64a" [vmlinux] version generation failed, symbol will not be versioned.
WARNING: EXPORT symbol "sie_exit" [vmlinux] version generation failed, symbol will not be versioned.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/asm-prototypes.h [new file with mode: 0644]