]> git.itanic.dy.fi Git - linux-stable/commit
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 16:46:35 +0000 (16:46 +0000)
commit4de42206cef6cd22deb11c339bf9d091cd51e583
tree43322d708ef0706a8a496078c91ad110bbd79a29
parent22733ddf8276098d4babaf49cd28306d0f6939e8
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