Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <linux/irq_work.h>
#include <linux/ftrace.h>
#include <asm/pil.h>
#include <asm/pcr.h>
#include <asm/nmi.h>
#include <asm/asi.h>
#include <asm/spitfire.h>
Go to the source code of this file.
Functions | |
void __irq_entry | deferred_pcr_work_irq (int irq, struct pt_regs *regs) |
void | arch_irq_work_raise (void) |
EXPORT_SYMBOL_GPL (pcr_ops) | |
int __init | pcr_arch_init (void) |
Variables | |
struct pcr_ops * | pcr_ops |
void __irq_entry deferred_pcr_work_irq | ( | int | irq, |
struct pt_regs * | regs | ||
) |
EXPORT_SYMBOL_GPL | ( | pcr_ops | ) |