commit | 43266838515d30dc0c45d5c7e6e7edacee6cce92 | [log] [tgz] |
---|---|---|
author | Helge Deller <deller@gmx.de> | Thu Nov 23 21:57:19 2023 +0100 |
committer | Helge Deller <deller@gmx.de> | Sat Nov 25 09:43:18 2023 +0100 |
tree | df175e0fc28c47d8b891374854bcb026fc2e7ed4 | |
parent | e5f3e299a2b1e9c3ece24a38adfc089aef307e8a [diff] |
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>