KVM: PPC: Book3S HV: Fix constant size warning
authorNicholas Mc Guire <hofrat@osadl.org>
Sat, 7 Jul 2018 09:07:25 +0000 (11:07 +0200)
committerPaul Mackerras <paulus@ozlabs.org>
Wed, 18 Jul 2018 05:14:45 +0000 (15:14 +1000)
commit0abb75b7a16d21e2fb0d98634df44c37c184f186
tree9aa655fae6884abfd1e49e55d1ec4706deb9f808
parent51eaa08f029c7343df846325d7cf047be8b96e81
KVM: PPC: Book3S HV: Fix constant size warning

The constants are 64bit but not explicitly declared UL resulting
in sparse warnings. Fix this by declaring the constants UL.

Signed-off-by: Nicholas Mc Guire <hofrat@osadl.org>
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/include/asm/reg.h
arch/powerpc/kvm/book3s_hv.c