diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-07-24 14:51:34 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-07-26 10:07:25 +0200 |
commit | 3193a98dc8777815803738fdae654c6ba0feee76 (patch) | |
tree | 57fd4f0efb02e2fe8d480905892176092f0a7973 /scripts | |
parent | d5274369945a9c1cc05cb05c0d9713afe2f87db0 (diff) | |
download | linux-3193a98dc8777815803738fdae654c6ba0feee76.tar.bz2 |
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 'scripts')
-rw-r--r-- | scripts/sortextable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 1ca9ceb95eb6..6acf83449105 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -247,6 +247,7 @@ do_file(char const *const fname) case EM_X86_64: custom_sort = sort_x86_table; break; + case EM_S390: case EM_MIPS: break; } /* end switch */ |