Mike Travis d2287f5ebe irq: update all arches for new irq_desc, fix
Impact: fix build errors

Since the SPARSE IRQS changes redefined how the kstat irqs are
organized, arch's must use the new accessor function:

	kstat_incr_irqs_this_cpu(irq, DESC);

If CONFIG_SPARSE_IRQS is set, then DESC is a pointer to the
irq_desc which has a pointer to the kstat_irqs.  If not, then
the .irqs field of struct kernel_stat is used instead.

Signed-off-by: Mike Travis <travis@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2009-01-15 11:15:36 +01:00
..
2009-01-09 03:39:43 -05:00
2008-04-22 08:56:38 -07:00
2008-04-17 10:14:51 -07:00
2007-12-07 14:28:02 -08:00
2007-07-09 13:37:44 -07:00
2008-04-17 10:42:34 -04:00
2008-12-31 18:07:42 -05:00
2009-01-12 15:27:13 -08:00
2008-10-17 13:52:22 -07:00
2008-02-04 15:42:06 -08:00
2008-02-04 15:42:06 -08:00
2008-04-08 13:51:35 -07:00
2008-05-27 13:24:39 -07:00
2008-10-17 13:51:28 -07:00
2008-10-06 10:43:06 -07:00
2008-07-24 10:47:28 -07:00
2008-12-31 15:11:46 +01:00