Commit 8b5ad472991796b2347464922c72de2ca5a028f3

Authored by David Daney
Committed by H. Peter Anvin
1 parent d59a16836d

Revert "x86, extable: Disable presorted exception table for now"

sortextable now works with relative entries, re-enable it.

Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Link: http://lkml.kernel.org/r/1335291795-26693-3-git-send-email-ddaney.cavm@gmail.com
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -82,6 +82,7 @@
82 82 select ARCH_HAVE_NMI_SAFE_CMPXCHG
83 83 select GENERIC_IOMAP
84 84 select DCACHE_WORD_ACCESS if !DEBUG_PAGEALLOC
  85 + select BUILDTIME_EXTABLE_SORT
85 86  
86 87 config INSTRUCTION_DECODER
87 88 def_bool (KPROBES || PERF_EVENTS)