powerpc/booke64: Add LRAT error exception handler
authorMihai Caraman <mihai.caraman@freescale.com>
Thu, 8 Aug 2013 12:56:09 +0000 (15:56 +0300)
committerScott Wood <scottwood@freescale.com>
Wed, 8 Jan 2014 00:15:29 +0000 (18:15 -0600)
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 <mihai.caraman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>

No differences found