Skip to content

Commit 39976f1

Browse files
svens-s390Vasily Gorbik
authored andcommitted
s390: Remove S390_lowcore
With all users gone, remove S390_lowcore. Acked-by: Heiko Carstens <[email protected]> Signed-off-by: Sven Schnelle <[email protected]> Signed-off-by: Vasily Gorbik <[email protected]>
1 parent 81f907b commit 39976f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/s390/include/asm/lowcore.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,8 +213,6 @@ struct lowcore {
213213
__u8 pad_0x1900[0x2000-0x1900]; /* 0x1900 */
214214
} __packed __aligned(8192);
215215

216-
#define S390_lowcore (*((struct lowcore *) 0))
217-
218216
static __always_inline struct lowcore *get_lowcore(void)
219217
{
220218
return NULL;

0 commit comments

Comments
 (0)