diff options
-rw-r--r-- | arch/s390/kernel/vmlinux.lds.S | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/kernel/vmlinux.lds.S b/arch/s390/kernel/vmlinux.lds.S index 79cb51adc741..35b13ed0af5f 100644 --- a/arch/s390/kernel/vmlinux.lds.S +++ b/arch/s390/kernel/vmlinux.lds.S | |||
@@ -75,6 +75,10 @@ SECTIONS | |||
75 | EXIT_TEXT | 75 | EXIT_TEXT |
76 | } | 76 | } |
77 | 77 | ||
78 | .exit.data : { | ||
79 | EXIT_DATA | ||
80 | } | ||
81 | |||
78 | /* early.c uses stsi, which requires page aligned data. */ | 82 | /* early.c uses stsi, which requires page aligned data. */ |
79 | . = ALIGN(PAGE_SIZE); | 83 | . = ALIGN(PAGE_SIZE); |
80 | INIT_DATA_SECTION(0x100) | 84 | INIT_DATA_SECTION(0x100) |