parisc: Mark jump_table naturally aligned
authorHelge Deller <deller@gmx.de>
Mon, 20 Nov 2023 22:14:39 +0000 (23:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Dec 2023 07:51:15 +0000 (08:51 +0100)
commit2acfff573042fd521cd65bb0365658eb37ff8896
treebcab3c05b56cca240e7b06e81ab1bbcf0572e253
parent3793cd2ded7cd33a431a6764f1d13be30ac15d52
parisc: Mark jump_table naturally aligned

commit 07eecff8ae78df7f28800484d31337e1f9bfca3a upstream.

The jump_table stores two 32-bit words and one 32- (on 32-bit kernel)
or one 64-bit word (on 64-bit kernel).
Ensure that the last word is always 64-bit aligned on a 64-bit kernel
by aligning the whole structure on sizeof(long).

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/jump_label.h