Home
last modified time | relevance | path

Searched hist:"8 e0ba125c2bf1030af3267058019ba86da96863f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dunwind.cdiff 8e0ba125c2bf1030af3267058019ba86da96863f Sat Oct 09 16:15:17 CDT 2021 Sven Schnelle <svens@stackframe.org> parisc/unwind: fix unwinder when CONFIG_64BIT is enabled

With 64 bit kernels unwind_special() is not working because
it compares the pc to the address of the function descriptor.
Add a helper function that compares pc with the dereferenced
address. This fixes all of the backtraces on my c8000. Without
this changes, a lot of backtraces are missing in kdb or the
show-all-tasks command from /proc/sysrq-trigger.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>