Skip to content
Commit 16496064 authored by Helge Deller's avatar Helge Deller Committed by Greg Kroah-Hartman
Browse files

parisc: Reduce size of the bug_table on 64-bit kernel by half

[ Upstream commit 43266838

 ]

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: default avatarHelge Deller <deller@gmx.de>
Stable-dep-of: 48763575

 ("parisc: Fix asm operand number out of range build error in bug table")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 4b117370
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment