Skip to content

Commit

Permalink
MIPS: Select BUILDTIME_EXTABLE_SORT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David Daney authored and H. Peter Anvin committed Apr 19, 2012
1 parent 1dbdc6f commit 4b05449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4b05449

Please sign in to comment.