author | Ralf Baechle
<ralf@linux-mips.org> 2009-10-09 10:41:30 UTC |
committer | Linus Torvalds
<torvalds@linux-foundation.org> 2009-10-09 20:38:21 UTC |
parent | baf4974e496957681403d4bf74a3274ed3f85277 |
include/asm-generic/hardirq.h | +1 | -1 |
diff --git a/include/asm-generic/hardirq.h b/include/asm-generic/hardirq.h index 23bb4dad496..62f59080e5c 100644 --- a/include/asm-generic/hardirq.h +++ b/include/asm-generic/hardirq.h @@ -6,7 +6,7 @@ #include <linux/irq.h> typedef struct { - unsigned long __softirq_pending; + unsigned int __softirq_pending; } ____cacheline_aligned irq_cpustat_t; #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */