Re: [PATCH] KVM: PPC: Book3S HV: fix constant size warning

From: Paul Mackerras
Date: Wed Jul 18 2018 - 02:30:52 EST


On Sat, Jul 07, 2018 at 11:07:25AM +0200, Nicholas Mc Guire wrote:
> The constants are 64bit but not explicitly declared UL resulting
> in sparse warnings. Fixed by declaring the constants UL.
>
> Signed-off-by: Nicholas Mc Guire <hofrat@xxxxxxxxx>

Thanks, patch applied to my kvm-ppc-next branch.

Paul.