projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f907b
)
s390: Remove S390_lowcore
author
Sven Schnelle
<svens@linux.ibm.com>
Mon, 10 Jun 2024 11:45:33 +0000
(13:45 +0200)
committer
Vasily 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/s390/include/asm/lowcore.h
b/arch/s390/include/asm/lowcore.h
index 94f954250ae0e719c12c4f88b7dd4bc64ba13d09..c724e71e17852dadf805eb246bb421e6c7ab04ec 100644
(file)
--- 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;