aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2012-07-03 16:29:41 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2012-07-11 00:18:38 -0400
commite6a74c6ea331b79c86e1898c504790b3dadc591d (patch)
treee3f9d636f3149de906ffa2783c4b177001ac9b20 /arch/powerpc
parent852d8cb1ff7cc26e59a4bbb68e230d133b257098 (diff)
powerpc: Add a symbol for hypervisor trampolines
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> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-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