diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-02-21 04:55:37 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-02-21 04:55:37 -0500 |
commit | 615b04b301fd4e1b7680a498b873c4ae9baad92f (patch) | |
tree | 8f6ad0f048507858cfbdfef3f2dee5c7cffe3bbe /arch/s390/kernel/head64.S | |
parent | 229d9c6dfb2900559449575a56dc8abcaf0bce9d (diff) |
[S390] nss: Free unused memory in kernel image.
With CONFIG_SHARED_KERNEL the kernel text segment that might be in a
read only memory sections starts at 1MB. Memory between 0x12000 and
0x100000 is unused then. Free this, so we have appr. an extra MB
of memory available.
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/head64.S')
-rw-r--r-- | arch/s390/kernel/head64.S | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/arch/s390/kernel/head64.S b/arch/s390/kernel/head64.S index b8fec4e5c5d4..af09e18cc5d0 100644 --- a/arch/s390/kernel/head64.S +++ b/arch/s390/kernel/head64.S | |||
@@ -154,21 +154,9 @@ startup_continue: | |||
154 | .Lparmaddr: | 154 | .Lparmaddr: |
155 | .quad PARMAREA | 155 | .quad PARMAREA |
156 | 156 | ||
157 | .globl ipl_schib | ||
158 | ipl_schib: | ||
159 | .rept 13 | ||
160 | .long 0 | ||
161 | .endr | ||
162 | |||
163 | .globl ipl_flags | ||
164 | ipl_flags: | ||
165 | .long 0 | ||
166 | .globl ipl_devno | ||
167 | ipl_devno: | ||
168 | .word 0 | ||
169 | |||
170 | .org 0x12000 | 157 | .org 0x12000 |
171 | 158 | .globl _ehead | |
159 | _ehead: | ||
172 | #ifdef CONFIG_SHARED_KERNEL | 160 | #ifdef CONFIG_SHARED_KERNEL |
173 | .org 0x100000 | 161 | .org 0x100000 |
174 | #endif | 162 | #endif |