Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Ellerman and committed by
Benjamin Herrenschmidt
e6a74c6e 852d8cb1

+1
+1
arch/powerpc/kernel/exceptions-64s.S
··· 239 239 * out of line to handle them 240 240 */ 241 241 . = 0xe00 242 + hv_exception_trampoline: 242 243 b h_data_storage_hv 243 244 . = 0xe20 244 245 b h_instr_storage_hv