Skip to content

Commit

Permalink
s390: remove unused _ehead symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vasily Gorbik authored and Martin Schwidefsky committed Jul 2, 2018
1 parent 94cbc0e commit 8e533fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions arch/s390/include/asm/sections.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

#include <asm-generic/sections.h>

extern char _ehead[];

#endif
2 changes: 0 additions & 2 deletions arch/s390/kernel/head64.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 8e533fd

Please sign in to comment.