]> 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:45:45 +0000 (16:45 +0000)
commit03168870828a878d0ede9da270e8857668142088
tree69e5f3f6643ece6b84624732f2971f710772eb29
parent94649360497bce1cd2b83658b19effb036e899f1
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