| To: | Ralf Baechle <ralf@linux-mips.org>, Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>, x86@kernel.org, Linus Torvalds <torvalds@linux-foundation.org>, Michal Marek <mmarek@suse.cz> |
|---|---|
| Subject: | [PATCH v2 5/5] x86: Select BUILDTIME_EXTABLE_SORT |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Thu, 19 Apr 2012 14:59:59 -0700 |
| Cc: | linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, Andrew Morton <akpm@linux-foundation.org>, David Daney <david.daney@cavium.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=c+UH2O4SxdjMCZIzoml/mo6jUQnaPypxbB2dneUJ2qs=; b=h5DKWLJ035HExi5uNLnNy3nPpmUBK/PdEGQB3PpPh9pMyIuMT0bIScl2qJ8W4s70G/ 1nWYXVXsBJKpo2lrRNcH3KmZd2jjYvJmF2wdjkGcisjJM9xlsNLnGDj97HPW+95RqrdT Il+9Wduu2zqfrymtK5gOJonYt+tGyV9NpNMxyQevpi5CyUrzYY0xTy7hepQKKMlCQXv9 N2xLAhzy2bfS4LZUjCYFTuUdiVbtA5Mdmg7lRQ2nN45FpkeNmj19C+D0zVBG1YIiN5aY hD5oLmRU6kyWQJDI34kH/U32CK4ikTGf05NwbaTlS0fL/6baZji4gAjOc01+TrohdUh4 5mmw== |
| In-reply-to: | <1334872799-14589-1-git-send-email-ddaney.cavm@gmail.com> |
| References: | <1334872799-14589-1-git-send-email-ddaney.cavm@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: David Daney <david.daney@cavium.com>
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>
---
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)
--
1.7.2.3
|
| Previous by Date: | [PATCH v2 2/5] extable: Skip sorting if sorted at build time., David Daney |
|---|---|
| Next by Date: | [PATCH v2 4/5] MIPS: Select BUILDTIME_EXTABLE_SORT, David Daney |
| Previous by Thread: | [PATCH v2 2/5] extable: Skip sorting if sorted at build time., David Daney |
| Next by Thread: | [PATCH v2 4/5] MIPS: Select BUILDTIME_EXTABLE_SORT, David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |