]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/mm: rename addressing_mode to s390_user_mode
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Sun, 2 Sep 2012 09:02:23 +0000 (11:02 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 10 Sep 2012 07:54:26 +0000 (09:54 +0200)
commit859331ead18dcdde05e89623a8b27da8bc4fa5d4
tree5a9a4b7fb4f6befa2a514d6b974cbf06456aa214
parentd13e44466b48de7534cd448492d69cbd6b600c27
s390/mm: rename addressing_mode to s390_user_mode

Renaming the globally visible variable "user_mode" to "addressing_mode" in
order to fix a name clash was not a good idea. (Commit 37fe1d73 "s390/mm:
rename user_mode variable to addressing_mode")
Looking at the code after a couple of weeks one thinks: addressing mode of
what?
So rename the variable again. This time to s390_user_mode. Which hopefully
makes more sense.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/mmu_context.h
arch/s390/include/asm/setup.h
arch/s390/kernel/runtime_instr.c
arch/s390/kernel/setup.c
arch/s390/kernel/vdso.c
arch/s390/mm/fault.c
arch/s390/mm/pgtable.c