x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap()
commitc4d4f577d49c441ab4f1bb6068247dafb366e635
authorTejun Heo <tj@kernel.org>
Mon, 4 Apr 2011 22:23:51 +0000 (5 00:23 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Apr 2011 00:57:04 +0000 (6 17:57 -0700)
treeb56bbba0794635481530a7299e313d851cb69572
parent5510db9c1be111528ce46c57f0bec1c9dce258f4
x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap()

init_alloc_remap() is about to do more and using _kva suffix for
physical address becomes confusing because the function will be
handling both physical and virtual addresses.  Rename @node_kva to
@node_pa.

This is trivial rename and doesn't cause any behavior difference.

Signed-off-by: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/1301955840-7246-6-git-send-email-tj@kernel.org
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/mm/numa_32.c