From: Mihai Caraman Date: Thu, 20 Dec 2012 04:52:39 +0000 (+0000) Subject: KVM: PPC: Fix mfspr/mtspr MMUCFG emulation X-Git-Tag: v3.9-rc1~97^2~47^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2be655004ddc36f2c5fc5e541d481dcd782ab83;p=pandora-kernel.git KVM: PPC: Fix mfspr/mtspr MMUCFG emulation On mfspr/mtspr emulation path Book3E's MMUCFG SPR with value 1015 clashes with G4's MSSSR0 SPR. Move MSSSR0 emulation from generic part to Books3S. MSSSR0 also clashes with Book3S's DABRX SPR. DABRX was not explicitly handled so Book3S execution flow will behave as before. Signed-off-by: Mihai Caraman Signed-off-by: Alexander Graf --- Reading git-diff-tree failed