x86, mm: Unify kernel_physical_mapping_init() API
authorPekka Enberg <penberg@cs.helsinki.fi>
Wed, 24 Feb 2010 15:04:47 +0000 (17:04 +0200)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 25 Feb 2010 23:15:21 +0000 (15:15 -0800)
This patch changes the 32-bit version of kernel_physical_mapping_init() to
return the last mapped address like the 64-bit one so that we can unify the
call-site in init_memory_mapping().

Cc: Yinghai Lu <yinghai@kernel.org>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <alpine.DEB.2.00.1002241703570.1180@melkki.cs.helsinki.fi>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found