forked from Minki/linux
07119621e6
Add support for the virtual MIPS system that is emulated by Qemu. See http://www.linux-mips.org/wiki/Qemu for a detailed current status. Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
8 lines
136 B
C
8 lines
136 B
C
#include <linux/init.h>
|
|
#include <asm/bootinfo.h>
|
|
|
|
void __init prom_init(void)
|
|
{
|
|
add_memory_region(0x0<<20, 0x10<<20, BOOT_MEM_RAM);
|
|
}
|