]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/mm: change default addressing mode
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 31 Aug 2012 11:35:25 +0000 (13:35 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 10 Sep 2012 07:54:24 +0000 (09:54 +0200)
commitd9ed2b8c6f9d7c79a88299678591af2be0226e6f
treef740347d4a0208a333c31d4c13a04e9d6c13be68
parent2e8e5825c2a2a39c260df3a6187d62ec7f4e9d9c
s390/mm: change default addressing mode

Change the default addressing mode so that user space runs in primary space
and the kernel runs in home space.
In addition remove the "switch_amode" kernel parameter so all users who
already specified they want the new default behaviour will stay in the
"switched" mode instead of in the opposite they intended.
If there is a need to switch addressing modes, this can be done with the
"user_mode" kernel parameter: user_mode=home

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/setup.c