]> Pileus Git - ~andy/linux/commitdiff
s390/mm: let kernel text section always begin at 1MB
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 4 Oct 2012 15:13:44 +0000 (17:13 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Oct 2012 12:16:59 +0000 (14:16 +0200)
Let the kernel text section always begin at 1MB. This allows to always have
a large frame in the identity mapping of the kernel image for beginning of
the text section, if the machine has EDAT1 support.
Moving the beginning from 64K to 1MB doesn't cost any memory, since we make
the memory between 64K and 1MB available for the page allocator.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/head31.S
arch/s390/kernel/head64.S

index a1372ae24ae111229cc532a1f638abfc9f0b75f8..9a99856df1c93ea4d23612d7e2c4670cd82a1a81 100644 (file)
@@ -78,10 +78,7 @@ ENTRY(startup_continue)
 
 ENTRY(_ehead)
 
-#ifdef CONFIG_SHARED_KERNEL
        .org    0x100000 - 0x11000      # head.o ends at 0x11000
-#endif
-
 #
 # startup-code, running in absolute addressing mode
 #
index c108af28bbe890b95ec606300b1129e893071b87..b9e25ae2579c9f04c3d4bb422cab012c943dda58 100644 (file)
@@ -76,10 +76,7 @@ ENTRY(startup_continue)
 
 ENTRY(_ehead)
 
-#ifdef CONFIG_SHARED_KERNEL
        .org    0x100000 - 0x11000      # head.o ends at 0x11000
-#endif
-
 #
 # startup-code, running in absolute addressing mode
 #