parisc: Mark lock_aligned variables 16-byte aligned on SMP
authorHelge Deller <deller@gmx.de>
Sat, 25 Nov 2023 08:11:56 +0000 (09:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2023 07:51:15 +0000 (08:51 +0100)
commit79a1fdf4c21200afd66d319792a3b3023ab071ff
tree152d2577e5f01c6ccae8f260e20b735659476a46
parent41d7852a0a3951b7248299b0e32f05d056eb6cac
parisc: Mark lock_aligned variables 16-byte aligned on SMP

commit b28fc0d8739c03e7b6c44914a9d00d4c6dddc0ea upstream.

On parisc we need 16-byte alignment for variables which are used for
locking. Mark the __lock_aligned attribute acordingly so that the
.data..lock_aligned section will get that alignment in the generated
object files.

Signed-off-by: Helge Deller <deller@gmx.de>
Cc: stable@vger.kernel.org # v6.0+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/parisc/include/asm/ldcw.h