commit | 224f363246c3668452ec0ab5a0ff51824822f3fd | [log] [tgz] |
---|---|---|
author | Tudor Laurentiu <b10716@freescale.com> | Thu Oct 01 15:58:03 2015 +0300 |
committer | Paul Mackerras <paulus@samba.org> | Thu Oct 15 15:59:19 2015 +1100 |
tree | 6cc4736cec61a6007fdc9592e72aec513000a334 | |
parent | 2daab50e17997424af57d1ab14042a51e9a368ab [diff] |
KVM: PPC: e500: fix couple of shift operations on 64 bits 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 <Laurentiu.Tudor@freescale.com> Suggested-by: Scott Wood <scotttwood@freescale.com> Acked-by: Scott Wood <scottwood@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>