Skip to content
Commit 6b6fabce authored by Hirokazu Takata's avatar Hirokazu Takata
Browse files

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: default avatarHirokazu Takata <takata@linux-m32r.org>
parent bac33bd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment