OSDN Git Service

s390: remove unused _ehead symbol
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 27 Jun 2018 14:59:26 +0000 (16:59 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 2 Jul 2018 09:24:58 +0000 (11:24 +0200)
Since startup code now reserves memory ranges [0, PARMAREA_END] and
[_stext, <end of kernel>] _ehead symbol is not used and could be
cleaned up.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/sections.h
arch/s390/kernel/head64.S

index 54f81f8..724faed 100644 (file)
@@ -4,6 +4,4 @@
 
 #include <asm-generic/sections.h>
 
-extern char _ehead[];
-
 #endif
index 6a840bc..161b795 100644 (file)
@@ -87,8 +87,6 @@ ENTRY(startup_continue)
 .Llinkage_stack:
        .long   0,0,0x89000000,0,0,0,0x8a000000,0
 
-ENTRY(_ehead)
-
 #
 # startup-code, running in absolute addressing mode
 #