[PATCH] mips: add MIPS-specific support for flatmem/discontigmem

2.6.12-git6 doesn't boot on some MIPS machines.  They need the support of flat
memory and discontig memory.

Signed-off-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Yoichi Yuasa
2005-06-25 14:54:31 -07:00
committed by Linus Torvalds
parent 7919a693bd
commit b4819b5937
7 changed files with 19 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
void show_mem(void)
{
#ifndef CONFIG_DISCONTIGMEM /* XXX(hch): later.. */
#ifndef CONFIG_NEED_MULTIPLE_NODES /* XXX(hch): later.. */
int pfn, total = 0, reserved = 0;
int shared = 0, cached = 0;
int highmem = 0;