Commit f044f4c5 authored by Martin Schwidefsky's avatar Martin Schwidefsky

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: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 23fefe11
...@@ -894,9 +894,7 @@ ENTRY(save_fpu_regs) ...@@ -894,9 +894,7 @@ ENTRY(save_fpu_regs)
oi __LC_CPU_FLAGS+7,_CIF_FPU oi __LC_CPU_FLAGS+7,_CIF_FPU
br %r14 br %r14
.Lsave_fpu_regs_end: .Lsave_fpu_regs_end:
#if IS_ENABLED(CONFIG_KVM)
EXPORT_SYMBOL(save_fpu_regs) EXPORT_SYMBOL(save_fpu_regs)
#endif
/* /*
* Load floating-point controls and floating-point or vector registers. * Load floating-point controls and floating-point or vector registers.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment