From: Alexander Egorenkov Date: Wed, 21 Jul 2021 14:47:20 +0000 (+0200) Subject: s390/boot: move EP_OFFSET and EP_STRING to head.S X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a24d4666f4308e7e7f00bbe7e047dae5499a13d;p=linux.git s390/boot: move EP_OFFSET and EP_STRING to head.S Both macros are used only in decompressor's head.S, unnecessary to put them in a global header used in many places like setup.h is. Signed-off-by: Alexander Egorenkov Acked-by: Heiko Carstens Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/boot/head.S b/arch/s390/boot/head.S index 759f77c6af451..63a139a2f503f 100644 --- a/arch/s390/boot/head.S +++ b/arch/s390/boot/head.S @@ -31,6 +31,9 @@ #define ARCH_OFFSET 4 +#define EP_OFFSET 0x10008 +#define EP_STRING "S390EP" + __HEAD #define IPL_BS 0x730 diff --git a/arch/s390/include/asm/setup.h b/arch/s390/include/asm/setup.h index 9c11028a2d0b2..b5bf743801d42 100644 --- a/arch/s390/include/asm/setup.h +++ b/arch/s390/include/asm/setup.h @@ -10,8 +10,6 @@ #include #include -#define EP_OFFSET 0x10008 -#define EP_STRING "S390EP" #define PARMAREA 0x10400 #define HEAD_END 0x11000