#include <linux/types.h>
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/poll.h>
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <linux/vmalloc.h>
#include <linux/spinlock.h>
#include <linux/cpu.h>
#include <linux/workqueue.h>
#include <linux/slab.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/rtas.h>
#include <asm/prom.h>
#include <asm/nvram.h>
#include <linux/atomic.h>
#include <asm/machdep.h>
Go to the source code of this file.
DECLARE_DELAYED_WORK |
( |
event_scan_work |
, |
|
|
rtas_event_scan |
|
|
) |
| |
void pSeries_log_error |
( |
char * |
buf, |
|
|
unsigned int |
err_type, |
|
|
int |
fatal |
|
) |
| |