diff options
author | Mikael Starvik <mikael.starvik@axis.com> | 2005-07-27 14:44:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-27 19:26:00 -0400 |
commit | 2e0cea1decf7f21df0496571c218df3b3b8cce99 (patch) | |
tree | 7d6a2a99013b2a4270f4d0a9ccf2d71549488f48 /include/asm-cris/hardirq.h | |
parent | 63245d2cde2be64f172388c2c50862f233c05700 (diff) |
[PATCH] CRIS update: IRQ
Use the generic IRQ framework
Signed-off-by: Mikael Starvik <starvik@axis.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-cris/hardirq.h')
-rw-r--r-- | include/asm-cris/hardirq.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-cris/hardirq.h b/include/asm-cris/hardirq.h index f4d136228ee1..1c13dd3faac3 100644 --- a/include/asm-cris/hardirq.h +++ b/include/asm-cris/hardirq.h | |||
@@ -1,18 +1,17 @@ | |||
1 | #ifndef __ASM_HARDIRQ_H | 1 | #ifndef __ASM_HARDIRQ_H |
2 | #define __ASM_HARDIRQ_H | 2 | #define __ASM_HARDIRQ_H |
3 | 3 | ||
4 | /* only non-SMP supported */ | ||
5 | |||
6 | #include <linux/threads.h> | 4 | #include <linux/threads.h> |
7 | #include <linux/cache.h> | 5 | #include <linux/cache.h> |
8 | 6 | ||
9 | /* entry.S is sensitive to the offsets of these fields */ | ||
10 | typedef struct { | 7 | typedef struct { |
11 | unsigned int __softirq_pending; | 8 | unsigned int __softirq_pending; |
12 | } ____cacheline_aligned irq_cpustat_t; | 9 | } ____cacheline_aligned irq_cpustat_t; |
13 | 10 | ||
14 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ | 11 | #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */ |
15 | 12 | ||
13 | void ack_bad_irq(unsigned int irq); | ||
14 | |||
16 | #define HARDIRQ_BITS 8 | 15 | #define HARDIRQ_BITS 8 |
17 | 16 | ||
18 | /* | 17 | /* |