summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2018-01-12 03:37:15 +0100
committerPaul Mackerras2018-01-19 02:10:21 +0100
commit35c2405efc0142860c4b698f4c6331567c4ca1ef (patch)
tree945b230235d22cedf72814230e06f7bbe3b4e23d /arch/powerpc/include
parentKVM: PPC: Book3S HV: Check DR not IR to chose real vs virt mode MMIOs (diff)
downloadkernel-qcow2-linux-35c2405efc0142860c4b698f4c6331567c4ca1ef.tar.gz
kernel-qcow2-linux-35c2405efc0142860c4b698f4c6331567c4ca1ef.tar.xz
kernel-qcow2-linux-35c2405efc0142860c4b698f4c6331567c4ca1ef.zip
KVM: PPC: Book3S HV: Make xive_pushed a byte, not a word
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r--arch/powerpc/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h
index bfe51356af5e..0c44fa67608d 100644
--- a/arch/powerpc/include/asm/kvm_host.h
+++ b/arch/powerpc/include/asm/kvm_host.h
@@ -739,7 +739,7 @@ struct kvm_vcpu_arch {
struct kvmppc_icp *icp; /* XICS presentation controller */
struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */
__be32 xive_cam_word; /* Cooked W2 in proper endian with valid bit */
- u32 xive_pushed; /* Is the VP pushed on the physical CPU ? */
+ u8 xive_pushed; /* Is the VP pushed on the physical CPU ? */
union xive_tma_w01 xive_saved_state; /* W0..1 of XIVE thread state */
#endif