diff options
author | Alexander Egorenkov <egorenar@linux.ibm.com> | 2021-07-21 16:47:20 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-07-27 09:39:16 +0200 |
commit | 6a24d4666f4308e7e7f00bbe7e047dae5499a13d (patch) | |
tree | 2b7b5e41c7980de1a2e132f009a69be929c911a7 /arch/s390/include/asm/setup.h | |
parent | 455cac5028c410345d161344a3860f2a7b636885 (diff) | |
download | linux-6a24d4666f4308e7e7f00bbe7e047dae5499a13d.tar.gz linux-6a24d4666f4308e7e7f00bbe7e047dae5499a13d.tar.bz2 linux-6a24d4666f4308e7e7f00bbe7e047dae5499a13d.zip |
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 <egorenar@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/setup.h')
-rw-r--r-- | arch/s390/include/asm/setup.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/include/asm/setup.h b/arch/s390/include/asm/setup.h index 9c11028a2d0b..b5bf743801d4 100644 --- a/arch/s390/include/asm/setup.h +++ b/arch/s390/include/asm/setup.h @@ -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 |