[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:
committed by
Linus Torvalds
parent
7919a693bd
commit
b4819b5937
@@ -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;
|
||||
|
Reference in New Issue
Block a user