commit | fecc868a668774b0fc666728c3f5d9f6fceefe64 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Mon Jan 18 12:49:44 2016 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Tue Jan 19 12:14:02 2016 +0100 |
tree | aaf4e471eba2e981f43e24d63e948b09c823b687 | |
parent | 696aafd36905a90af87c64d1278f91e39e66ae1e [diff] |
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>