diff options
author | Heiko Carstens | 2012-07-24 14:51:34 +0200 |
---|---|---|
committer | Martin Schwidefsky | 2012-07-26 10:07:25 +0200 |
commit | 3193a98dc8777815803738fdae654c6ba0feee76 (patch) | |
tree | 57fd4f0efb02e2fe8d480905892176092f0a7973 /arch/s390/Kconfig | |
parent | d5274369945a9c1cc05cb05c0d9713afe2f87db0 (diff) |
s390/exceptions: sort exception table at build time
Follow x86 and MIPS and sort the main exception table at build time.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index a39b4690c171..d6108593c099 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -89,6 +89,7 @@ config S390 select HAVE_MEMBLOCK_NODE_MAP select HAVE_CMPXCHG_LOCAL select ARCH_DISCARD_MEMBLOCK + select BUILDTIME_EXTABLE_SORT select ARCH_INLINE_SPIN_TRYLOCK select ARCH_INLINE_SPIN_TRYLOCK_BH select ARCH_INLINE_SPIN_LOCK |