From: Alexander Graf Date: Thu, 29 Jul 2010 12:47:44 +0000 (+0200) Subject: KVM: PPC: Convert DSISR to shared page X-Git-Tag: v2.6.37-rc1~142^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d562de48de68b60b3d2522e7d8273d7112034ee6;p=pandora-kernel.git KVM: PPC: Convert DSISR to shared page The DSISR register contains information about a data page fault. It is fully read/write from inside the guest context and we don't need to worry about interacting based on writes of this register. This patch converts all users of the current field to the shared page. Signed-off-by: Alexander Graf Signed-off-by: Avi Kivity --- Reading git-diff-tree failed