]> 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, 3 Sep 2012 11:40:25 +0000 (13:40 +0200)
commitfcb034a1009a807314ea6c70fe529b80ded9480d
tree15c42b8f5fdb12bce1f5fd8900ff9a58c6ed6104
parent7bb4fc0087f060d4306aef33b3da4cf7c5949f55
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