Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
irq.c File Reference
#include <linux/hardirq.h>
#include <linux/init.h>
#include <linux/irq.h>
#include <asm/gt64120.h>
#include <asm/irq_cpu.h>
#include <asm/mipsregs.h>

Go to the source code of this file.

Functions

asmlinkage void plat_irq_dispatch (void)
 
void gt64120_init_pic (void)
 
void __init arch_init_irq (void)
 

Function Documentation

void __init arch_init_irq ( void  )

Definition at line 50 of file irq.c.

void gt64120_init_pic ( void  )

Initialize GT64120 Interrupt Controller

Definition at line 37 of file irq.c.

asmlinkage void plat_irq_dispatch ( void  )

Definition at line 20 of file irq.c.