From: Hirokazu Takata Date: Wed, 23 Sep 2009 12:37:06 +0000 (+0900) Subject: m32r: Fix set_memory() for DISCONTIGMEM X-Git-Tag: v2.6.32-rc3~7^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b6fabce5ac47668a2c2d9a14f1cdcc23c4ed896;p=pandora-kernel.git m32r: Fix set_memory() for DISCONTIGMEM In case CONFIG_DISCONTIGMEM is set, the memory size of system was always determined by CONFIG_MEMORY_SIZE and was not changeable. This patch fixes set_memory() of arch/m32r/mm/discontig.c so that we can specify memory size by the "mem=" kernel parameter. Signed-off-by: Hirokazu Takata --- Reading git-diff-tree failed