From: Ben Dooks Date: Mon, 3 Aug 2009 14:11:29 +0000 (+0100) Subject: ARM: Show FIQ in /proc/interrupts on CONFIG_FIQ X-Git-Tag: v2.6.32-rc1~691^2~1^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baa28e3530375e0bef2c53243634a1c78f5c02f3;p=pandora-kernel.git ARM: Show FIQ in /proc/interrupts on CONFIG_FIQ The show_fiq_list() call in arch/arm/kernel/irq.c currently depends on CONFIG_ARCH_ACORN, but this is not the only architecture that supports the usage of FIQ. Change to calling this if CONFIG_FIQ is set (which is what arch/arm/kernel/fiq.c is built by). Signed-off-by: Ben Dooks Signed-off-by: Ben Dooks --- Reading git-diff-tree failed