]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-cris/hardirq.h
Merge branch 'linus' into cpus4096-for-linus
[linux-2.6-omap-h63xx.git] / include / asm-cris / hardirq.h
index f4d136228ee15f1dc3491e801a73bdc1cc636b9b..74178adeb1cd30f3a07eed6366ee36b8613ffe47 100644 (file)
@@ -1,18 +1,18 @@
 #ifndef __ASM_HARDIRQ_H
 #define __ASM_HARDIRQ_H
 
-/* only non-SMP supported */
-
+#include <asm/irq.h>
 #include <linux/threads.h>
 #include <linux/cache.h>
 
-/* entry.S is sensitive to the offsets of these fields */
 typedef struct {
        unsigned int __softirq_pending;
 } ____cacheline_aligned irq_cpustat_t;
 
 #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
 
+void ack_bad_irq(unsigned int irq);
+
 #define HARDIRQ_BITS   8
 
 /*