projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dbdc6f
)
MIPS: Select BUILDTIME_EXTABLE_SORT
author
David Daney
<david.daney@cavium.com>
Thu, 19 Apr 2012 21:59:58 +0000
(14:59 -0700)
committer
H. 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
patch
|
blob
|
history
diff --git
a/arch/mips/Kconfig
b/arch/mips/Kconfig
index ce30e2f91d7748c0c36eb8847390bd101192a044..780a769f4a41455994f601bf52b351b197f115fd 100644
(file)
--- 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"