diff options
Diffstat (limited to 'arch/s390/kernel/entry64.S')
-rw-r--r-- | arch/s390/kernel/entry64.S | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/s390/kernel/entry64.S b/arch/s390/kernel/entry64.S index 95e9d93d4f41..7549985402f7 100644 --- a/arch/s390/kernel/entry64.S +++ b/arch/s390/kernel/entry64.S | |||
@@ -10,6 +10,7 @@ | |||
10 | 10 | ||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/linkage.h> | 12 | #include <linux/linkage.h> |
13 | #include <asm/processor.h> | ||
13 | #include <asm/cache.h> | 14 | #include <asm/cache.h> |
14 | #include <asm/errno.h> | 15 | #include <asm/errno.h> |
15 | #include <asm/ptrace.h> | 16 | #include <asm/ptrace.h> |
@@ -1008,9 +1009,7 @@ sie_fault: | |||
1008 | .Lhost_id: | 1009 | .Lhost_id: |
1009 | .quad 0 | 1010 | .quad 0 |
1010 | 1011 | ||
1011 | .section __ex_table,"a" | 1012 | EX_TABLE(sie_loop,sie_fault) |
1012 | .quad sie_loop,sie_fault | ||
1013 | .previous | ||
1014 | #endif | 1013 | #endif |
1015 | 1014 | ||
1016 | .section .rodata, "a" | 1015 | .section .rodata, "a" |