parisc: Reduce size of the bug_table on 64-bit kernel by half
authorHelge Deller <deller@gmx.de>
Thu, 23 Nov 2023 20:57:19 +0000 (21:57 +0100)
committerHelge Deller <deller@gmx.de>
Sat, 25 Nov 2023 08:43:18 +0000 (09:43 +0100)
commit43266838515d30dc0c45d5c7e6e7edacee6cce92
treedf175e0fc28c47d8b891374854bcb026fc2e7ed4
parente5f3e299a2b1e9c3ece24a38adfc089aef307e8a
parisc: Reduce size of the bug_table on 64-bit kernel by half

Enable GENERIC_BUG_RELATIVE_POINTERS which will store 32-bit relative
offsets to the bug address and the source file name instead of 64-bit
absolute addresses. This effectively reduces the size of the
bug_table[] array by half on 64-bit kernels.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Kconfig
arch/parisc/include/asm/bug.h