diff options
author | Helge Deller <deller@gmx.de> | 2016-03-23 16:00:46 +0100 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-03-23 16:00:46 +0100 |
commit | 0de798584bdedfdad19db21e3c7aec84f252f4f3 (patch) | |
tree | 49d1d55f6dab37ee534952453b0e32c73316c7eb /arch/parisc/Kconfig | |
parent | c95a23da2ea5328ba467ea1a57e2915b1fb19376 (diff) | |
download | linux-0de798584bdedfdad19db21e3c7aec84f252f4f3.tar.gz linux-0de798584bdedfdad19db21e3c7aec84f252f4f3.tar.xz |
parisc: Use generic extable search and sort routines
Switch to the generic extable search and sort routines which were introduced
with commit a272858 from Ard Biesheuvel. This saves quite some memory in the
vmlinux binary with the 64bit kernel.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 14f655cf542e..989fa14147a9 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -11,6 +11,7 @@ config PARISC select RTC_DRV_GENERIC select INIT_ALL_POSSIBLE select BUG + select BUILDTIME_EXTABLE_SORT select HAVE_PERF_EVENTS select GENERIC_ATOMIC64 if !64BIT select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE |