commit | 9cb1ccecb69d133e014b7be4de2609f689398c07 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Jan 18 13:12:19 2016 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jan 19 12:14:03 2016 +0100 |
tree | 1f1c79f80ad49efc0de749b4d8bc88a9135cd1da | |
parent | fecc868a668774b0fc666728c3f5d9f6fceefe64 [diff] |
s390: remove all usages of PSW_ADDR_INSN Yet another leftover from the 31 bit era. The usual operation "y = x & PSW_ADDR_INSN" with the PSW_ADDR_INSN mask is a nop for CONFIG_64BIT. Therefore remove all usages and hope the code is a bit less confusing. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Reviewed-by: David Hildenbrand <dahi@linux.vnet.ibm.com>