projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge linux-2.6 with linux-acpi-2.6
[linux-2.6]
/
arch
/
mips
/
qemu
/
q-firmware.c
1
#include <linux/init.h>
2
#include <asm/bootinfo.h>
3
4
void __init prom_init(void)
5
{
6
add_memory_region(0x0<<20, 0x10<<20, BOOT_MEM_RAM);
7
}