Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/smp.h>
#include <linux/string.h>
#include <linux/spinlock.h>
#include <asm/openprom.h>
#include <asm/oplib.h>
#include <asm/spitfire.h>
#include <asm/pstate.h>
#include <asm/ldc.h>
Go to the source code of this file.
Functions | |
void | prom_world (int) |
void | prom_cif_direct (unsigned long *args) |
void | prom_cif_callback (void) |
DEFINE_RAW_SPINLOCK (prom_entry_lock) | |
void | p1275_cmd_direct (unsigned long *args) |
void | prom_cif_init (void *cif_handler, void *cif_stack) |
Variables | |
struct { | |
long prom_callback | |
void(* prom_cif_handler )(long *) | |
unsigned long prom_cif_stack | |
} | p1275buf |
DEFINE_RAW_SPINLOCK | ( | prom_entry_lock | ) |
struct { ... } p1275buf |