aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/sections.h
diff options
context:
space:
mode:
authorVasily Gorbik <gor@linux.ibm.com>2018-06-27 16:59:26 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-07-02 11:24:58 +0200
commit8e533fdd092598db73312af801dbddea8cab6f9c (patch)
tree952accfa1ddb2f8beca77d011e7ab0fbc6ad0548 /arch/s390/include/asm/sections.h
parents390: put expoline execute-trampolines into .text section (diff)
downloadlinux-dev-8e533fdd092598db73312af801dbddea8cab6f9c.tar.xz
linux-dev-8e533fdd092598db73312af801dbddea8cab6f9c.zip
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: 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>
Diffstat (limited to 'arch/s390/include/asm/sections.h')
-rw-r--r--arch/s390/include/asm/sections.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/sections.h b/arch/s390/include/asm/sections.h
index 54f81f8ed662..724faede8ac5 100644
--- a/arch/s390/include/asm/sections.h
+++ b/arch/s390/include/asm/sections.h
@@ -4,6 +4,4 @@
#include <asm-generic/sections.h>
-extern char _ehead[];
-
#endif