x86-32, numa: Make @size in init_aloc_remap() represent bytes
authorTejun Heo <tj@kernel.org>
Mon, 4 Apr 2011 22:23:52 +0000 (00:23 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 7 Apr 2011 00:57:11 +0000 (17:57 -0700)
commitaf7c1a6e8374e05aab4a98ce4d2fb07b66506a02
tree2d3fd80705c8af2c8fac2fa6de5439d5f07795d1
parentc4d4f577d49c441ab4f1bb6068247dafb366e635
x86-32, numa: Make @size in init_aloc_remap() represent bytes

@size variable in init_alloc_remap() is confusing in that it starts as
number of bytes as its name implies and then becomes number of pages.
Make it consistently represent bytes.

Signed-off-by: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/1301955840-7246-7-git-send-email-tj@kernel.org
Acked-by: Yinghai Lu <yinghai@kernel.org>
Cc: David Rientjes <rientjes@google.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/mm/numa_32.c