From: Mihai Caraman Date: Thu, 8 Aug 2013 12:56:09 +0000 (+0300) Subject: powerpc/booke64: Add LRAT error exception handler X-Git-Tag: v3.14-rc1~80^2~5^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=228b1a473037c89d524e03a569c688a22241b4ea;p=pandora-kernel.git powerpc/booke64: Add LRAT error exception handler LRAT (Logical to Real Address Translation) present in MMU v2 provides hardware translation from a logical page number (LPN) to a real page number (RPN) when tlbwe is executed by a guest or when a page table translation occurs from a guest virtual address. Add LRAT error exception handler to Booke3E 64-bit kernel and the basic KVM handler to avoid build breakage. This is a prerequisite for KVM LRAT support that will follow. Signed-off-by: Mihai Caraman Signed-off-by: Scott Wood --- Reading git-diff-tree failed