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)
committerHelge Deller <deller@gmx.de>
Tue, 7 Nov 2023 18:48:30 +0000 (19:48 +0100)
commit166b0110d1ee53290bd11618df6e3991c117495a
tree57fceacd043b94ec76e775d41adfb66828f94809
parentbe3ca57cfb777ad820c6659d52e60bbdd36bf5ff
parisc/pgtable: Do not drop upper 5 address bits of physical address

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>
arch/parisc/kernel/entry.S