diff options
Diffstat (limited to 'arch/s390/kernel/head31.S')
-rw-r--r-- | arch/s390/kernel/head31.S | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/arch/s390/kernel/head31.S b/arch/s390/kernel/head31.S index 453fd3b4edea..da7c8bb80982 100644 --- a/arch/s390/kernel/head31.S +++ b/arch/s390/kernel/head31.S | |||
@@ -148,20 +148,9 @@ startup_continue: | |||
148 | .Lstartup_init: | 148 | .Lstartup_init: |
149 | .long startup_init | 149 | .long startup_init |
150 | 150 | ||
151 | .globl ipl_schib | ||
152 | ipl_schib: | ||
153 | .rept 13 | ||
154 | .long 0 | ||
155 | .endr | ||
156 | |||
157 | .globl ipl_flags | ||
158 | ipl_flags: | ||
159 | .long 0 | ||
160 | .globl ipl_devno | ||
161 | ipl_devno: | ||
162 | .word 0 | ||
163 | |||
164 | .org 0x12000 | 151 | .org 0x12000 |
152 | .globl _ehead | ||
153 | _ehead: | ||
165 | #ifdef CONFIG_SHARED_KERNEL | 154 | #ifdef CONFIG_SHARED_KERNEL |
166 | .org 0x100000 | 155 | .org 0x100000 |
167 | #endif | 156 | #endif |