From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 01 Oct 2015 16:52:25 +0000 Subject: Re: [PATCH] KVM: PPC: e500: fix couple of shift operations on 64 bits Message-Id: <1443718345.5336.132.camel@freescale.com> List-Id: References: <560D2DDB.4060203@freescale.com> In-Reply-To: <560D2DDB.4060203@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Laurentiu Tudor Cc: kvm-ppc@vger.kernel.org, kvm@vger.kernel.org, Laurentiu Tudor , Alexander Graf On Thu, 2015-10-01 at 15:58 +0300, Laurentiu Tudor wrote: > Fix couple of cases where we shift left a 32-bit > value thus might get truncated results on 64-bit > targets. > > Signed-off-by: Laurentiu Tudor > Suggested-by: Scott Wood > --- > arch/powerpc/kvm/e500_mmu_host.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Scott Wood -Scott