Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parisc: Fix exported address of os_hpmc handler
In the C-code we need to put the physical address of the hpmc handler in the interrupt vector table (IVA) in order to get HPMCs working. Since on parisc64 function pointers are indirect (in fact they are function descriptors) we instead export the address as variable and not as function. This reverts a small part of commit f39cce6 ("parisc: Add cfi_startproc and cfi_endproc to assembly code"). Signed-off-by: Helge Deller <[email protected]> Cc: <[email protected]> [4.9+]
- Loading branch information