[MIPS] Only register RAM as resources if UNCAC_BASE != IO_BASE.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 20 Jun 2006 11:47:53 +0000 (12:47 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 29 Jun 2006 20:10:34 +0000 (21:10 +0100)
commit6adb5fe7020e8f99d27da932157ea27325df9263
treec4bf688c3c6dfd822391dd5f80a879c13cf0aac2
parent9247857f5acadf0ea87fd6a9514c633644634f08
[MIPS] Only register RAM as resources if UNCAC_BASE != IO_BASE.

This fixes a resource collision of RAM and I/O memory on systems that
use the physical address space multiple times.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c