diff options
author | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-07-28 10:03:36 -0400 |
---|---|---|
committer | Dave Kleikamp <shaggy@austin.ibm.com> | 2005-07-28 10:03:36 -0400 |
commit | da28c12089dfcfb8695b6b555cdb8e03dda2b690 (patch) | |
tree | b3ff509f21352ef053cb3d490cb13528090d32ac /include/asm-cris/hardirq.h | |
parent | 6de7dc2c4c713d037c19aa1e310d240f16973414 (diff) | |
parent | 577a4f8102d54b504cb22eb021b89e957e8df18f (diff) |
Merge with /home/shaggy/git/linus-clean/
/home/shaggy/git/linus-clean/
/home/shaggy/git/linus-clean/
Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
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 | /* |