s390/headers: replace __s390x__ with CONFIG_64BIT where possible
Replace __s390x__ with CONFIG_64BIT in all places that are not exported to userspace or guarded with #ifdef __KERNEL__. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:

committed by
Martin Schwidefsky

parent
da477737c5
commit
f4815ac6c9
@@ -49,7 +49,7 @@ static inline int init_new_context(struct task_struct *tsk,
|
||||
|
||||
#define destroy_context(mm) do { } while (0)
|
||||
|
||||
#ifndef __s390x__
|
||||
#ifndef CONFIG_64BIT
|
||||
#define LCTL_OPCODE "lctl"
|
||||
#else
|
||||
#define LCTL_OPCODE "lctlg"
|
||||
|
Reference in New Issue
Block a user