From: Alexander Graf Date: Fri, 18 Jan 2013 01:31:01 +0000 (+0100) Subject: KVM: PPC: E500: Propagate errors when shadow mapping X-Git-Tag: v3.9-rc1~97^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c378fd779d2b37aed64cb44caa607707edc51d3;p=pandora-kernel.git KVM: PPC: E500: Propagate errors when shadow mapping When shadow mapping a page, mapping this page can fail. In that case we don't have a shadow map. Take this case into account, otherwise we might end up writing bogus TLB entries into the host TLB. While at it, also move the write_stlbe() calls into the respective TLBn handlers. Signed-off-by: Alexander Graf --- Reading git-diff-tree failed