diff options
author | 2023-11-20 23:14:39 +0100 | |
---|---|---|
committer | 2023-11-25 09:43:17 +0100 | |
commit | 07eecff8ae78df7f28800484d31337e1f9bfca3a (patch) | |
tree | fa7a8acc10ef7751223f780b7c616a7359e2dd72 /scripts/gdb/linux/tasks.py | |
parent | parisc: Mark altinstructions read-only and 32-bit aligned (diff) | |
download | wireguard-linux-07eecff8ae78df7f28800484d31337e1f9bfca3a.tar.xz wireguard-linux-07eecff8ae78df7f28800484d31337e1f9bfca3a.zip |
parisc: Mark jump_table naturally aligned
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+
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions