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)
commit228b1a473037c89d524e03a569c688a22241b4ea
tree89148336fa415353ad442861ab17d4beda3f8973
parentdece8ada993e1764a115bdff0f1effffaa5fc8dc
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 <mihai.caraman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/include/asm/kvm_asm.h
arch/powerpc/include/asm/reg_booke.h
arch/powerpc/kernel/cpu_setup_fsl_booke.S
arch/powerpc/kernel/exceptions-64e.S
arch/powerpc/kvm/bookehv_interrupts.S