parisc/pgtable: Do not drop upper 5 address bits of physical address
authorHelge Deller <deller@gmx.de>
Tue, 7 Nov 2023 13:33:32 +0000 (14:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 28 Nov 2023 17:07:14 +0000 (17:07 +0000)
commit40b6914f42780973ba86451dae065f96ca591695
tree6ed6da02f5b8ca5c30841a21d5a6862ea761a516
parent1651b334f1f611d1358e248f73361b6778f7972a
parisc/pgtable: Do not drop upper 5 address bits of physical address

commit 166b0110d1ee53290bd11618df6e3991c117495a upstream.

When calculating the pfn for the iitlbt/idtlbt instruction, do not
drop the upper 5 address bits. This doesn't seem to have an effect
on physical hardware which uses less physical address bits, but in
qemu the missing bits are visible.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/kernel/entry.S