diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-01-12 13:30:03 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-07 23:47:20 -0400 |
commit | 711f5df7bf3ae7657e15edf76d671042c051ce95 (patch) | |
tree | 98401da88c9c12be546a259b70719a1740ee5027 /arch/s390/kernel/entry.S | |
parent | d13ffb5630443e6112df0263969cbdfc8ab9ab57 (diff) | |
download | linux-stable-711f5df7bf3ae7657e15edf76d671042c051ce95.tar.gz linux-stable-711f5df7bf3ae7657e15edf76d671042c051ce95.tar.bz2 linux-stable-711f5df7bf3ae7657e15edf76d671042c051ce95.zip |
s390: move exports to definitions
Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/s390/kernel/entry.S')
-rw-r--r-- | arch/s390/kernel/entry.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S index c51650a1ed16..49a30737adde 100644 --- a/arch/s390/kernel/entry.S +++ b/arch/s390/kernel/entry.S @@ -23,6 +23,7 @@ #include <asm/vx-insn.h> #include <asm/setup.h> #include <asm/nmi.h> +#include <asm/export.h> __PT_R0 = __PT_GPRS __PT_R1 = __PT_GPRS + 8 @@ -259,6 +260,8 @@ sie_exit: EX_TABLE(.Lrewind_pad,.Lsie_fault) EX_TABLE(sie_exit,.Lsie_fault) +EXPORT_SYMBOL(sie64a) +EXPORT_SYMBOL(sie_exit) #endif /* @@ -825,6 +828,9 @@ ENTRY(save_fpu_regs) oi __LC_CPU_FLAGS+7,_CIF_FPU br %r14 .Lsave_fpu_regs_end: +#if IS_ENABLED(CONFIG_KVM) +EXPORT_SYMBOL(save_fpu_regs) +#endif /* * Load floating-point controls and floating-point or vector registers. |