]> git.dujemihanovic.xyz Git - linux.git/commitdiff
s390/boot: move EP_OFFSET and EP_STRING to head.S
authorAlexander Egorenkov <egorenar@linux.ibm.com>
Wed, 21 Jul 2021 14:47:20 +0000 (16:47 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 27 Jul 2021 07:39:16 +0000 (09:39 +0200)
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 <egorenar@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/head.S
arch/s390/include/asm/setup.h

index 759f77c6af451979b9d40105cffe0b0854e1d3f6..63a139a2f503f3f9edd1fd498182aa23d40da0c1 100644 (file)
@@ -31,6 +31,9 @@
 
 #define ARCH_OFFSET    4
 
+#define EP_OFFSET      0x10008
+#define EP_STRING      "S390EP"
+
 __HEAD
 
 #define IPL_BS 0x730
index 9c11028a2d0b2a4161be2b8f6338655bc7e22f75..b5bf743801d42554d6247859241539c59e4ba525 100644 (file)
@@ -10,8 +10,6 @@
 #include <uapi/asm/setup.h>
 #include <linux/build_bug.h>
 
-#define EP_OFFSET              0x10008
-#define EP_STRING              "S390EP"
 #define PARMAREA               0x10400
 #define HEAD_END               0x11000