[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-d405c60128a1973648058fa950a8960ec1f27e38@git.kernel.org>
Date: Thu, 19 Apr 2012 17:23:56 -0700
From: tip-bot for David Daney <david.daney@...ium.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
david.daney@...ium.com, tglx@...utronix.de, hpa@...ux.intel.com
Subject: [tip:x86/extable] x86: Select BUILDTIME_EXTABLE_SORT
Commit-ID: d405c60128a1973648058fa950a8960ec1f27e38
Gitweb: http://git.kernel.org/tip/d405c60128a1973648058fa950a8960ec1f27e38
Author: David Daney <david.daney@...ium.com>
AuthorDate: Thu, 19 Apr 2012 14:59:59 -0700
Committer: H. Peter Anvin <hpa@...ux.intel.com>
CommitDate: Thu, 19 Apr 2012 15:07:10 -0700
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@...ium.com>
Link: http://lkml.kernel.org/r/1334872799-14589-6-git-send-email-ddaney.cavm@gmail.com
Signed-off-by: H. Peter Anvin <hpa@...ux.intel.com>
---
arch/x86/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 1d14cc6..2f925cc 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)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists