| 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 4/5] MIPS: Select BUILDTIME_EXTABLE_SORT |
| From: | David Daney <ddaney.cavm@gmail.com> |
| Date: | Thu, 19 Apr 2012 14:59:58 -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=4d/EUWa9owFv1GX4QJ+lSYKa3id+F6leUdonoJj0UTU=; b=Id7W0zQ0G7aT2YYYCd8+ENsLdGgnv4GbEHstUsEU4C/T8kgcuiRYnBS9O6dwZN+7NG U0rroTQTsTPR7Dki/icZYEhZJMZIxCpTdwkj+gHU8mFh1tTz+fGDK5zx1fBEamsaTOWt WNbGEfcEv16LtOboqfnmHhV7cn2TrtHLMetMj240fJoGanmuw3DIvtr5NCicQE1D6TCp 9LOsZBfB4iWvbEzoec2SxT5+Goaqd8bpEClgk1zihUJ8whbhl5Ch6uF1OqH0fvObvlb+ ptKPBIimdZGiCvZyQs3xxnaLehajw+jI58JCp1puhommq45EsqylbjTUH3S3oogO+ElF CEnQ== |
| 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 MIPS, so let's do
it.
Signed-off-by: David Daney <david.daney@cavium.com>
---
arch/mips/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 3134457..0db1cde 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -29,6 +29,7 @@ config MIPS
select HAVE_MEMBLOCK
select HAVE_MEMBLOCK_NODE_MAP
select ARCH_DISCARD_MEMBLOCK
+ select BUILDTIME_EXTABLE_SORT
menu "Machine selection"
--
1.7.2.3
|
| Previous by Date: | [PATCH v2 5/5] x86: Select BUILDTIME_EXTABLE_SORT, David Daney |
|---|---|
| Next by Date: | [PATCH v2 0/5] Speed booting by sorting exception tables at build time., David Daney |
| Previous by Thread: | [PATCH v2 5/5] x86: Select BUILDTIME_EXTABLE_SORT, David Daney |
| Next by Thread: | [PATCH v2 3/5] kbuild/extable: Hook up sortextable into the build system., David Daney |
| Indexes: | [Date] [Thread] [Top] [All Lists] |