Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/bootmem.h>
#include <linux/pfn.h>
#include <linux/string.h>
#include <asm/bootinfo.h>
#include <asm/page.h>
#include <asm/sections.h>
#include <asm/mips-boards/prom.h>
Go to the source code of this file.
Enumerations | |
enum | yamon_memtypes { yamon_dontuse, yamon_prom, yamon_free, yamon_dontuse, yamon_prom, yamon_free, yamon_dontuse, yamon_prom, yamon_free } |
Functions | |
void __init | prom_meminit (void) |
void __init | prom_free_prom_memory (void) |
Variables | |
unsigned long | physical_memsize = 0L |
enum yamon_memtypes |
yamon_dontuse | |
yamon_prom | |
yamon_free | |
yamon_dontuse | |
yamon_prom | |
yamon_free | |
yamon_dontuse | |
yamon_prom | |
yamon_free |
Definition at line 35 of file malta-memory.c.
Definition at line 165 of file malta-memory.c.
Definition at line 135 of file malta-memory.c.
unsigned long physical_memsize = 0L |
Definition at line 51 of file malta-memory.c.