commit | aa9cd505e39d63034243c9c1ea8b0a984a6b201f | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Oct 09 13:51:50 2018 +0000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sun Oct 14 18:04:09 2018 +1100 |
tree | bd2fe98044f909d8325365fa01119f60e81714a0 | |
parent | d81e6f8b7c6600c891cd133312061d23d4e6690c [diff] |
powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h In order to allow their use in nohash/32/pgtable.h, we have to move the following helpers in nohash/[32:64]/pgtable.h: - pte_mkwrite() - pte_mkdirty() - pte_mkyoung() - pte_wrprotect() Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>