]> 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, 17 Sep 2012 09:30:22 +0000 (11:30 +0200)
commita5486f27467b17d6a5b0c925df4c433b52b93f02
tree232dddc9fbc58ff29b263b82b0df30d33f565948
parent6c778a34d548f9cea6730f23b9e75281675f2f74
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