s390: remove all usages of PSW_ADDR_AMODE
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 18 Jan 2016 11:49:44 +0000 (12:49 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 19 Jan 2016 11:14:02 +0000 (12:14 +0100)
commitfecc868a668774b0fc666728c3f5d9f6fceefe64
treeaaf4e471eba2e981f43e24d63e948b09c823b687
parent696aafd36905a90af87c64d1278f91e39e66ae1e
s390: remove all usages of PSW_ADDR_AMODE

This is a leftover from the 31 bit area. For CONFIG_64BIT the usual
operation "y = x | PSW_ADDR_AMODE" is a nop. Therefore remove all
usages of PSW_ADDR_AMODE and make the code a bit less confusing.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>
arch/s390/include/asm/processor.h
arch/s390/include/asm/ptrace.h
arch/s390/kernel/early.c
arch/s390/kernel/ipl.c
arch/s390/kernel/kprobes.c
arch/s390/kernel/process.c
arch/s390/kernel/setup.c
arch/s390/kernel/signal.c
arch/s390/kernel/traps.c
arch/s390/mm/fault.c