Commit 6e0c9e77 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Linus Torvalds

h8300: convert to asm-generic/hardirq.h

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent eb8cdec4
#ifndef __H8300_HARDIRQ_H
#define __H8300_HARDIRQ_H
#include <linux/kernel.h>
#include <linux/threads.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
typedef struct {
unsigned int __softirq_pending;
} ____cacheline_aligned irq_cpustat_t;
#include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
extern void ack_bad_irq(unsigned int irq);
#include <asm/irq.h>
#define HARDIRQ_BITS 8
......@@ -25,4 +14,6 @@ extern void ack_bad_irq(unsigned int irq);
# error HARDIRQ_BITS is too low!
#endif
#include <asm-generic/hardirq.h>
#endif
......@@ -81,11 +81,6 @@ struct irq_chip h8300irq_chip = {
.end = h8300_end_irq,
};
void ack_bad_irq(unsigned int irq)
{
printk("unexpected IRQ trap at vector %02x\n", irq);
}
#if defined(CONFIG_RAMKERNEL)
static unsigned long __init *get_vector_address(void)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment