[tip:x86/extable] MIPS: Select BUILDTIME_EXTABLE_SORT

From: tip-bot for David Daney
Date: Thu Apr 19 2012 - 20:23:17 EST


Commit-ID: 4b0544955a7b7fd363ac8fa709b70c8e7c3cfbea
Gitweb: http://git.kernel.org/tip/4b0544955a7b7fd363ac8fa709b70c8e7c3cfbea
Author: David Daney <david.daney@xxxxxxxxxx>
AuthorDate: Thu, 19 Apr 2012 14:59:58 -0700
Committer: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
CommitDate: Thu, 19 Apr 2012 15:06:56 -0700

MIPS: Select BUILDTIME_EXTABLE_SORT

We can sort the exeception table at build time for MIPS, so let's do
it.

Signed-off-by: David Daney <david.daney@xxxxxxxxxx>
Link: http://lkml.kernel.org/r/1334872799-14589-5-git-send-email-ddaney.cavm@xxxxxxxxx
Acked-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
Signed-off-by: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx>
---
arch/mips/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ce30e2f..780a769 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"

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/