From: Alexander Graf Date: Thu, 15 May 2014 12:36:05 +0000 (+0200) Subject: KVM: PPC: Book3S PR: Use SLB entry 0 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~8^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207438d4e21e05728a8a58b5e25b0f6553260068;p=pandora-kernel.git KVM: PPC: Book3S PR: Use SLB entry 0 We didn't make use of SLB entry 0 because ... of no good reason. SLB entry 0 will always be used by the Linux linear SLB entry, so the fact that slbia does not invalidate it doesn't matter as we overwrite SLB 0 on exit anyway. Just enable use of SLB entry 0 for our shadow SLB code. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed