Skip to content
Commit 8801ccb9 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: Fix boot failure of 64-bit kernel



Commit c8921d72 ("parisc: Fix and improve kernel stack unwinding")
broke booting of 64-bit kernels. On 64-bit kernels function pointers are
actually function descriptors which require dereferencing. In this patch
we instead declare functions in assembly code which are referenced from
C-code as external data pointers with the ENTRY() macro and thus can use
a simple external reference to the functions.

Signed-off-by: default avatarHelge Deller <deller@gmx.de>
Fixes: c8921d72 ("parisc: Fix and improve kernel stack unwinding")
parent 9e0d5c45
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment