Skip to content

Commit

Permalink
microblaze: use the generic ack_bad_irq implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Christoph Hellwig authored and Michal Simek committed Aug 18, 2009
1 parent df4ecf1 commit 6b99ece
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions arch/microblaze/include/asm/hardirq.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
/* should be defined in each interrupt controller driver */
extern unsigned int get_irq(struct pt_regs *regs);

#define ack_bad_irq ack_bad_irq
void ack_bad_irq(unsigned int irq);
#include <asm-generic/hardirq.h>

#endif /* _ASM_MICROBLAZE_HARDIRQ_H */
9 changes: 0 additions & 9 deletions arch/microblaze/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ unsigned int irq_of_parse_and_map(struct device_node *dev, int index)
}
EXPORT_SYMBOL_GPL(irq_of_parse_and_map);

/*
* 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves.
*/
void ack_bad_irq(unsigned int irq)
{
printk(KERN_WARNING "unexpected IRQ trap at vector %02x\n", irq);
}

static u32 concurrent_irq;

void do_IRQ(struct pt_regs *regs)
Expand Down

0 comments on commit 6b99ece

Please sign in to comment.