[PATCH -V3 04/11] arch/powerpc: Rename va to vpn
Paul Mackerras
paulus at samba.org
Mon Jul 23 09:46:23 EST 2012
On Mon, Jul 09, 2012 at 06:43:34PM +0530, Aneesh Kumar K.V wrote:
> From: "Aneesh Kumar K.V" <aneesh.kumar at linux.vnet.ibm.com>
>
> Rename the variable to better reflect the values. No functional change
> in this patch.
>
> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar at linux.vnet.ibm.com>
I think you missed a couple: kernel_map_linear_page and
kernel_unmap_linear_page are now broken since you change va to vpn in
the declaration but not in the uses, and you change host_va to
host_vpn in struct hpte_cache but don't fix up the use in
kvmppc_mmu_invalidate_pte. How many configs did you compile-test this
with?
Paul.
More information about the Linuxppc-dev
mailing list