commit | baa28e3530375e0bef2c53243634a1c78f5c02f3 | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben@simtec.co.uk> | Mon Aug 03 15:11:29 2009 +0100 |
committer | Ben Dooks <ben-linux@fluff.org> | Mon Aug 17 00:00:41 2009 +0100 |
tree | 332a01c8f5a16efbdcd9f25fb5264751a1a8e76f | |
parent | db616eb67604242c11bfbb331bb143bfe4a2e386 [diff] |
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 <ben@simtec.co.uk> Signed-off-by: Ben Dooks <ben-linux@fluff.org>