Enable HAVE_ARCH_PREL32_RELOCATIONS for 64-bit kernels, which will save some bytes in the final binary. Signed-off-by: Helge Deller <deller@xxxxxx> --- diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index a15ab147af2e..4686f14e45ee 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -73,6 +73,7 @@ config PARISC select NEED_DMA_MAP_STATE select NEED_SG_DMA_LENGTH select HAVE_ARCH_KGDB + select HAVE_ARCH_PREL32_RELOCATIONS if 64BIT select HAVE_KPROBES select HAVE_KRETPROBES select HAVE_DYNAMIC_FTRACE if $(cc-option,-fpatchable-function-entry=1,1)