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)
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

Simple merge