summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/early.c
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-07-24 14:51:34 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-07-26 10:07:25 +0200
commit3193a98dc8777815803738fdae654c6ba0feee76 (patch)
tree57fd4f0efb02e2fe8d480905892176092f0a7973 /arch/s390/kernel/early.c
parentd5274369945a9c1cc05cb05c0d9713afe2f87db0 (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/kernel/early.c')
-rw-r--r--arch/s390/kernel/early.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/kernel/early.c b/arch/s390/kernel/early.c
index bc95a8ebd9cc..83c3271c442b 100644
--- a/arch/s390/kernel/early.c
+++ b/arch/s390/kernel/early.c
@@ -455,7 +455,6 @@ void __init startup_init(void)
init_kernel_storage_key();
lockdep_init();
lockdep_off();
- sort_main_extable();
setup_lowcore_early();
setup_facility_list();
detect_machine_type();