|
Linux Kernel
3.7.1
|
#include <stdarg.h>#include <stddef.h>#include "types.h"#include "elf.h"#include "string.h"#include "stdio.h"#include "page.h"#include "ops.h"#include "reg.h"#include "io.h"#include "dcr.h"#include "4xx.h"#include "44x.h"#include "libfdt.h"Go to the source code of this file.
Macros | |
| #define | SPRN_PIR 0x11E /* Processor Indentification Register */ |
Functions | |
| BSS_STACK (4096) | |
| void | platform_init (void) |
| #define SPRN_PIR 0x11E /* Processor Indentification Register */ |
Definition at line 62 of file treeboot-iss4xx.c.
| BSS_STACK | ( | 4096 | ) |
Definition at line 63 of file treeboot-iss4xx.c.
1.8.2