diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-04-15 20:02:13 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-04-15 20:02:13 +0300 |
commit | 6c377b02a801801b04ec6e5f9a921fca83ff9e54 (patch) | |
tree | 6e3c76a01eec534970aef2ae6a07165b30be6576 /arch/s390/kernel | |
parent | 657f1d86a38e4b5d13551948c02cc8fc6987e3a5 (diff) | |
parent | c3171e94cc1cdcc3229565244112e869f052b8d9 (diff) | |
download | linux-6c377b02a801801b04ec6e5f9a921fca83ff9e54.tar.xz |
Merge tag 'kvm-s390-next-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
KVM: s390: Updates for 5.13
- properly handle MVPG in nesting KVM (vsie)
- allow to forward the yield_to hypercall (diagnose 9c)
- fixes
Diffstat (limited to 'arch/s390/kernel')
-rw-r--r-- | arch/s390/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/kernel/smp.c b/arch/s390/kernel/smp.c index 58c8afa3da65..2fec2b80d35d 100644 --- a/arch/s390/kernel/smp.c +++ b/arch/s390/kernel/smp.c @@ -429,6 +429,7 @@ void notrace smp_yield_cpu(int cpu) asm volatile("diag %0,0,0x9c" : : "d" (pcpu_devices[cpu].address)); } +EXPORT_SYMBOL_GPL(smp_yield_cpu); /* * Send cpus emergency shutdown signal. This gives the cpus the |