KVM: PPC: Fix typo on H_DISABLE_AND_GET hcall
authorLeonardo Bras <leobras.c@gmail.com>
Tue, 7 Jul 2020 00:48:12 +0000 (21:48 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 23 Jul 2020 07:43:35 +0000 (17:43 +1000)
commit0f10228c6ff6af36cbb31af35b01f76cdb0b3fc1
tree7caf802138c9478e8dd0505d0f86327ce2b9dece
parent7c7ff885c7bce40a487e41c68f1dac14dd2c8033
KVM: PPC: Fix typo on H_DISABLE_AND_GET hcall

On PAPR+ the hcall() on 0x1B0 is called H_DISABLE_AND_GET, but got
defined as H_DISABLE_AND_GETC instead.

This define was introduced with a typo in commit <b13a96cfb055>
("[PATCH] powerpc: Extends HCALL interface for InfiniBand usage"), and was
later used without having the typo noticed.

Signed-off-by: Leonardo Bras <leobras.c@gmail.com>
Acked-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20200707004812.190765-1-leobras.c@gmail.com
arch/powerpc/include/asm/hvcall.h
arch/powerpc/kvm/trace_hv.h
tools/perf/arch/powerpc/util/book3s_hcalls.h