]> git.ipfire.org Git - thirdparty/linux.git/commit
parisc: add kprobe_fault_handler()
authorSven Schnelle <svens@stackframe.org>
Sun, 21 Jul 2019 09:00:39 +0000 (11:00 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 21 Jul 2019 09:01:55 +0000 (11:01 +0200)
commitf5e03d3a04978d2866f82cb11cc7a6b808c8ce07
treec95fc560adee17d00a0a141a76db94a39648f00a
parentf1a3b43cc1f50c6ee5ba582f2025db3dea891208
parisc: add kprobe_fault_handler()

Add kprobe_fault_handler() to fix compilation for PA-RISC.
On PA-RISC we actually don't need that function as the recovery counter
is restored after interrupt. See the PA-RISC 2.0 Architecture Manual,
pg. 4-8, Figure 4-4: "Interruption Processing".

Fixes: b98cca444d28 ("mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()")
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/kprobes.h