From: Alexander Graf Date: Wed, 24 Mar 2010 20:48:26 +0000 (+0100) Subject: KVM: PPC: Make XER load 32 bit X-Git-Tag: v2.6.35-rc1~436^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bec1677ca5b3406dc1f174b61beaeb832eed715;p=pandora-kernel.git KVM: PPC: Make XER load 32 bit We have a 32 bit value in the PACA to store XER in. We also do an stw when storing XER in there. But then we load it with ld, completely screwing it up on every entry. Welcome to the Big Endian world. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed