diff options
author | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-14 00:12:23 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@dreadnought.i.jkkm.org> | 2010-10-14 01:30:13 -0400 |
commit | 4d4f681dc43a06167763ec698f5de4f2b3119ad6 (patch) | |
tree | 1d0af30ce981c2bcc9e5622541fab3c9bd4359f4 /arch/parisc/include | |
parent | ba20085c20f1c9e8af546dea6ad0efa421bdef32 (diff) |
parisc: convert cpu interrupts to proper flow handlers
Only major change is renaming functions to match the conventions
expected by the generic irq code.
Signed-off-by: Kyle McMartin <kyle@redhat.com>
Diffstat (limited to 'arch/parisc/include')
-rw-r--r-- | arch/parisc/include/asm/irq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/irq.h b/arch/parisc/include/asm/irq.h index 47041d448d32..3a9b2498fd1c 100644 --- a/arch/parisc/include/asm/irq.h +++ b/arch/parisc/include/asm/irq.h | |||
@@ -43,7 +43,7 @@ extern void parisc_do_IRQ(unsigned int irq, struct irq_desc *desc); | |||
43 | void no_ack_irq(unsigned int irq); | 43 | void no_ack_irq(unsigned int irq); |
44 | void no_end_irq(unsigned int irq); | 44 | void no_end_irq(unsigned int irq); |
45 | void cpu_ack_irq(unsigned int irq); | 45 | void cpu_ack_irq(unsigned int irq); |
46 | void cpu_end_irq(unsigned int irq); | 46 | void cpu_eoi_irq(unsigned int irq); |
47 | 47 | ||
48 | extern int txn_alloc_irq(unsigned int nbits); | 48 | extern int txn_alloc_irq(unsigned int nbits); |
49 | extern int txn_claim_irq(int); | 49 | extern int txn_claim_irq(int); |