]> git.karo-electronics.de Git - karo-tx-linux.git/commit
s390/mm: merge local / non-local IPTE helper
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 14 Jun 2016 10:38:40 +0000 (12:38 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 24 Aug 2016 07:23:55 +0000 (09:23 +0200)
commit34eeaf376dbe53849acc3d4edc4efc2ad97ab23e
tree64143e09710f21f442555078e950793b5318b694
parent44b6cc8130e80e673ba8b3baf8e41891fe484786
s390/mm: merge local / non-local IPTE helper

Merge the __ptep_ipte and __ptep_ipte_local functions into a single
__ptep_ipte function with an additional parameter. The __pte_ipte_range
function is still extra as the while loops makes it hard to merge.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/pgtable.h
arch/s390/mm/pageattr.c
arch/s390/mm/pgtable.c