]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()
authorBharat Bhushan <r65777@freescale.com>
Fri, 15 Nov 2013 05:31:14 +0000 (11:01 +0530)
committerAlexander Graf <agraf@suse.de>
Thu, 9 Jan 2014 09:15:06 +0000 (10:15 +0100)
commit7c85e6b39ce880869929958bd7b95f72db03a9af
treeb56c1cedcc88172d7895ecc98adc7261cb305040
parent30a91fe24b7a6475d22d22fb0f772318ed435a1d
kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()

lookup_linux_pte() is doing more than lookup, updating the pte,
so for clarity it is renamed to lookup_linux_pte_and_update()

Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Reviewed-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/book3s_hv_rm_mmu.c