From: David Daney Date: Tue, 24 Apr 2012 18:23:15 +0000 (-0700) Subject: Revert "x86, extable: Disable presorted exception table for now" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8b5ad472991796b2347464922c72de2ca5a028f3;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git Revert "x86, extable: Disable presorted exception table for now" sortextable now works with relative entries, re-enable it. Signed-off-by: David Daney Link: http://lkml.kernel.org/r/1335291795-26693-3-git-send-email-ddaney.cavm@gmail.com Signed-off-by: H. Peter Anvin --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1d14cc6b79ad..2f925ccb3e5b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -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)