commit | 6b6fabce5ac47668a2c2d9a14f1cdcc23c4ed896 | [log] [tgz] |
---|---|---|
author | Hirokazu Takata <takata@linux-m32r.org> | Wed Sep 23 21:37:06 2009 +0900 |
committer | Hirokazu Takata <takata@linux-m32r.org> | Sun Oct 04 12:02:36 2009 +0900 |
tree | 2d0aef1bfaf9f8e471d3f5b420edc06bd5d1e148 | |
parent | bac33bd571a9c2969efb52dd02c5407fbc49c360 [diff] |
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=<size>" kernel parameter. Signed-off-by: Hirokazu Takata <takata@linux-m32r.org>