If I understand your point correctly, is it that you're saying thatThe label breaks the unwind data, not the unwind code. So, localizing the use of
_THIS_IP_ should be implemented in terms of inline assembly (as in
what current_text_addr() is currently)? If that's what you mean and
I'm understanding correctly, my point is that we should be preferring
the generic C implementation as that's what's being used in most
places currently, so if it was broken you'd likely already know about
it. Unless unwinding is truly broken by the additional label, I don't
think we need an inline assembly implementation of current_text_addr()
for parisc (or any arch for that matter). If we do, then it can be
localized to the parisc unwinding code, that way it can be
consolidated everywhere else for every other arch.