mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
x86: Select BUILDTIME_EXTABLE_SORT
We can sort the exeception table at build time for x86, so let's do it. Signed-off-by: David Daney <david.daney@cavium.com> Link: http://lkml.kernel.org/r/1334872799-14589-6-git-send-email-ddaney.cavm@gmail.com Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
4b0544955a
commit
d405c60128
@ -82,6 +82,7 @@ config X86
|
||||
select ARCH_HAVE_NMI_SAFE_CMPXCHG
|
||||
select GENERIC_IOMAP
|
||||
select DCACHE_WORD_ACCESS if !DEBUG_PAGEALLOC
|
||||
select BUILDTIME_EXTABLE_SORT
|
||||
|
||||
config INSTRUCTION_DECODER
|
||||
def_bool (KPROBES || PERF_EVENTS)
|
||||
|
Loading…
Reference in New Issue
Block a user