From: Tejun Heo Date: Mon, 4 Apr 2011 22:23:51 +0000 (+0200) Subject: x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() X-Git-Tag: v3.0-rc1~396^2~29^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4d4f577d49c441ab4f1bb6068247dafb366e635;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1301955840-7246-6-git-send-email-tj@kernel.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed