From: Vasily Gorbik Date: Wed, 27 Jun 2018 14:59:26 +0000 (+0200) Subject: s390: remove unused _ehead symbol X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8e533fdd092598db73312af801dbddea8cab6f9c;p=linux.git s390: remove unused _ehead symbol Since startup code now reserves memory ranges [0, PARMAREA_END] and [_stext, ] _ehead symbol is not used and could be cleaned up. Reviewed-by: Heiko Carstens Signed-off-by: Vasily Gorbik Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/sections.h b/arch/s390/include/asm/sections.h index 54f81f8ed6622..724faede8ac52 100644 --- a/arch/s390/include/asm/sections.h +++ b/arch/s390/include/asm/sections.h @@ -4,6 +4,4 @@ #include -extern char _ehead[]; - #endif diff --git a/arch/s390/kernel/head64.S b/arch/s390/kernel/head64.S index 6a840bcb27157..161b795d3109d 100644 --- a/arch/s390/kernel/head64.S +++ b/arch/s390/kernel/head64.S @@ -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 #