]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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>
Wed, 26 Sep 2012 13:45:04 +0000 (15:45 +0200)
commit3d5787c9976889bcf26cbd8f3124b91678a33275
treefe99283870a3595e9dfd8302a13e5778178e4067
parentc5e3acd666543544d402c83d24d44e487fb51f11
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