Home
last modified time | relevance | path

Searched hist:"43266838515 d30dc0c45d5c7e6e7edacee6cce92" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/parisc/include/asm/
H A Dbug.hdiff 43266838515d30dc0c45d5c7e6e7edacee6cce92 Thu Nov 23 21:57:19 CET 2023 Helge Deller <deller@gmx.de> 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>