aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index 8ad346882684..e894515e77bb 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -239,6 +239,7 @@ END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)
239 * out of line to handle them 239 * out of line to handle them
240 */ 240 */
241 . = 0xe00 241 . = 0xe00
242hv_exception_trampoline:
242 b h_data_storage_hv 243 b h_data_storage_hv
243 . = 0xe20 244 . = 0xe20
244 b h_instr_storage_hv 245 b h_instr_storage_hv