]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
s390: Remove S390_lowcore
authorSven Schnelle <svens@linux.ibm.com>
Mon, 10 Jun 2024 11:45:33 +0000 (13:45 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Tue, 18 Jun 2024 15:01:33 +0000 (17:01 +0200)
With all users gone, remove S390_lowcore.

Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/lowcore.h

index 94f954250ae0e719c12c4f88b7dd4bc64ba13d09..c724e71e17852dadf805eb246bb421e6c7ab04ec 100644 (file)
@@ -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;