diff mbox

powerpc: Add a symbol for hypervisor trampolines

Message ID 1341383381-13596-1-git-send-email-michael@ellerman.id.au (mailing list archive)
State Accepted, archived
Commit e6a74c6ea331b79c86e1898c504790b3dadc591d
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Michael Ellerman July 4, 2012, 6:29 a.m. UTC
Purely for cosmetic purposes, otherwise it can appear that we are in
single_step_pSeries() which is slightly confusing.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
---
 arch/powerpc/kernel/exceptions-64s.S |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index 1c06d29..211b28d 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)
 	 * out of line to handle them
 	 */
 	. = 0xe00
+hv_exception_trampoline:
 	b	h_data_storage_hv
 	. = 0xe20
 	b	h_instr_storage_hv