parisc: Fix set_fixmap() on PA1.x CPUs
authorHelge Deller <deller@gmx.de>
Sun, 31 Oct 2021 20:58:12 +0000 (21:58 +0100)
committerHelge Deller <deller@gmx.de>
Mon, 1 Nov 2021 11:00:22 +0000 (12:00 +0100)
commit6e866a462867b60841202e900f10936a0478608c
tree66c92ef6e80332c11b902e5001065a38047c0fe5
parent1ae8e91e814d2b9ff1a2f336e1ed1db55dd42289
parisc: Fix set_fixmap() on PA1.x CPUs

Fix a kernel crash which happens on PA1.x CPUs while initializing the
FTRACE/KPROBE breakpoints.  The PTE table entries for the fixmap area
were not created correctly.

Signed-off-by: Helge Deller <deller@gmx.de>
Fixes: ccfbc68d41c2 ("parisc: add set_fixmap()/clear_fixmap()")
Cc: stable@vger.kernel.org # v5.2+
arch/parisc/mm/fixmap.c