From: Sven Schnelle Date: Mon, 10 Jun 2024 11:45:33 +0000 (+0200) Subject: s390: Remove S390_lowcore X-Git-Tag: v6.11-rc1~126^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39976f1278a9;p=thirdparty%2Fkernel%2Flinux.git s390: Remove S390_lowcore With all users gone, remove S390_lowcore. Acked-by: Heiko Carstens Signed-off-by: Sven Schnelle Signed-off-by: Vasily Gorbik --- diff --git a/arch/s390/include/asm/lowcore.h b/arch/s390/include/asm/lowcore.h index 94f954250ae0e..c724e71e17852 100644 --- a/arch/s390/include/asm/lowcore.h +++ b/arch/s390/include/asm/lowcore.h @@ -213,8 +213,6 @@ struct lowcore { __u8 pad_0x1900[0x2000-0x1900]; /* 0x1900 */ } __packed __aligned(8192); -#define S390_lowcore (*((struct lowcore *) 0)) - static __always_inline struct lowcore *get_lowcore(void) { return NULL;