Michael Ellerman 3e23a12bca powerpc/64s: Fix replay interrupt return label name
In __replay_interrupt() we take the address of a local label so we can
return to it later. However the assembler turns the local label into a
symbol with a name like ".L1^B42" - where "^B" is literally "\002".
This does not make for pleasant stack traces. Fix it by giving the
label a sensible name.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2017-08-23 22:27:05 +10:00
..
2017-07-13 13:37:57 -07:00
2017-07-22 09:00:24 -07:00
2017-07-22 09:00:24 -07:00
2017-07-22 09:00:24 -07:00
2017-07-23 08:13:11 +02:00