summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2021-11-20 00:18:47 +0300
committerHelge Deller <deller@gmx.de>2021-11-22 09:37:31 +0300
commitdf2ffeda6370a77011902e7c9d7a1eb1cbffed4f (patch)
treec60a4592b2f2ae3cb7f4d11cb7877a485db517ec /scripts
parent169d1a4a2adb2c246396c56aa2f9eec3868546f1 (diff)
downloadlinux-df2ffeda6370a77011902e7c9d7a1eb1cbffed4f.tar.xz
parisc: Fix extraction of hash lock bits in syscall.S
The extru instruction leaves the most significant 32 bits of the target register in an undefined state on PA 2.0 systems. If any of these bits are nonzero, this will break the calculation of the lock pointer. Fix by using extrd,u instruction via extru_safe macro on 64-bit kernels. Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions