linux_dsm_epyc7002/arch/mips/sibyte/sb1250
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
..
bus_watcher.c [MIPS] A few more pt_regs fixups. 2006-10-19 17:55:13 +01:00
irq.c cpumask: make irq_set_affinity() take a const struct cpumask 2008-12-13 21:20:26 +10:30
Makefile [MIPS] Use -Werror on subdirectories which build cleanly. 2007-07-31 21:35:33 +01:00
prom.c smp_call_function: get rid of the unused nonatomic/retry argument 2008-06-26 11:24:35 +02:00
setup.c [MIPS] Sibyte: cleanup static inline forward declarations. 2007-10-11 23:46:05 +01:00
smp.c irq: update all arches for new irq_desc, fix 2009-01-15 11:15:36 +01:00
time.c [MIPS] Sibyte: Split and move clock code. 2007-11-02 16:13:47 +00:00