sh: enable LMB region setup via machvec.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 10 May 2010 06:39:05 +0000 (15:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 10 May 2010 06:39:05 +0000 (15:39 +0900)
commit19d8f84f86af867abee174be8bf1e4941a59143d
tree9f848faa504edbc2a7f9160e757eaa19e7460ea2
parent080e71e13d99d850875c0335c364766162eae7c6
sh: enable LMB region setup via machvec.

This plugs in a memory init callback in the machvec to permit boards to
wire up various bits of memory directly in to LMB. A generic machvec
implementation is provided that simply wraps around the normal
Kconfig-derived memory start/size.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/io_generic.h
arch/sh/include/asm/machvec.h
arch/sh/include/asm/mmzone.h
arch/sh/kernel/machvec.c
arch/sh/kernel/setup.c
arch/sh/mm/init.c