Home
last modified time | relevance | path

Searched refs:rm9000_perfcount_irq (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/mips/kernel/
Dirq-rm9000.c89 unsigned int rm9000_perfcount_irq; variable
91 EXPORT_SYMBOL(rm9000_perfcount_irq);
104 rm9000_perfcount_irq = base + 1; in rm9k_cpu_irq_init()
105 irq_set_chip_and_handler(rm9000_perfcount_irq, &rm9k_perfcounter_irq, in rm9k_cpu_irq_init()
/linux-2.6.39/arch/mips/oprofile/
Dop_model_rm9000.c29 extern unsigned int rm9000_perfcount_irq;
120 return request_irq(rm9000_perfcount_irq, rm9000_perfcount_handler, in rm9000_init()
126 free_irq(rm9000_perfcount_irq, NULL); in rm9000_exit()