MIPS: Select BUILDTIME_EXTABLE_SORT
authorDavid Daney <david.daney@cavium.com>
Thu, 19 Apr 2012 21:59:58 +0000 (14:59 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 19 Apr 2012 22:06:56 +0000 (15:06 -0700)
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>
Link: http://lkml.kernel.org/r/1334872799-14589-5-git-send-email-ddaney.cavm@gmail.com
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/mips/Kconfig

index ce30e2f..780a769 100644 (file)
@@ -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"