summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/entry.S
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2017-06-12 08:52:56 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-06-13 13:03:43 +0200
commitf044f4c588985867d17499e51460053a96f9ff7a (patch)
tree212eb1f6ae56100d1e286b6e0950c6d94eee34a0 /arch/s390/kernel/entry.S
parent23fefe119ceb5fb0c7d3321010620010a4eddb18 (diff)
downloadlinux-0-day-f044f4c588985867d17499e51460053a96f9ff7a.tar.gz
linux-0-day-f044f4c588985867d17499e51460053a96f9ff7a.tar.xz
s390/fpu: export save_fpu_regs for all configs
The save_fpu_regs function is a general API that is supposed to be usable for modules as well. Remove the #ifdef that hides the symbol for CONFIG_KVM=n. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/entry.S')
-rw-r--r--arch/s390/kernel/entry.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kernel/entry.S b/arch/s390/kernel/entry.S
index 0c0138c7dfc76..e83aff630bcff 100644
--- a/arch/s390/kernel/entry.S
+++ b/arch/s390/kernel/entry.S
@@ -894,9 +894,7 @@ 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.