Commit 8e533fdd authored by Vasily Gorbik's avatar Vasily Gorbik Committed by Martin Schwidefsky

s390: remove unused _ehead symbol

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: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarVasily Gorbik <gor@linux.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 94cbc0ea
...@@ -4,6 +4,4 @@ ...@@ -4,6 +4,4 @@
#include <asm-generic/sections.h> #include <asm-generic/sections.h>
extern char _ehead[];
#endif #endif
...@@ -87,8 +87,6 @@ ENTRY(startup_continue) ...@@ -87,8 +87,6 @@ ENTRY(startup_continue)
.Llinkage_stack: .Llinkage_stack:
.long 0,0,0x89000000,0,0,0,0x8a000000,0 .long 0,0,0x89000000,0,0,0,0x8a000000,0
ENTRY(_ehead)
# #
# startup-code, running in absolute addressing mode # startup-code, running in absolute addressing mode
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment