From: Mike Travis Date: Wed, 14 Jan 2009 23:43:54 +0000 (-0800) Subject: irq: update all arches for new irq_desc, fix X-Git-Tag: v2.6.30-rc1~3^2~6^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2287f5ebea9ff2487d614719775f0b03fce15f6;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed