[ARM] 3946/1: AT91: at91_arch_reset and at91_extern_irq
authorAndrew Victor <andrew@sanpeople.com>
Thu, 30 Nov 2006 09:01:47 +0000 (10:01 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 30 Nov 2006 22:51:36 +0000 (22:51 +0000)
commit1f4fd0a0d28fabf965815755f1a74ef91dfb5ca6
tree09562e8467136cf545b5631a257a0e9d53a31a89
parent20127f6863990e1313178debe8c9cfe32d43b1dc
[ARM] 3946/1: AT91: at91_arch_reset and at91_extern_irq

The external interrupt sources are different on the various AT91
processors.  This patch introduces the global 'at91_extern_irq' variable
that contains a bitset of the available external interrupt sources.

The processor reset mechanism also differs on the various AT91
processors.  This patch also adds a global 'at91_arch_reset' callback
(from system.h) into the processor-specific code to perform the reset.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-at91rm9200/at91rm9200.c
arch/arm/mach-at91rm9200/generic.h
arch/arm/mach-at91rm9200/irq.c
arch/arm/mach-at91rm9200/pm.c
include/asm-arm/arch-at91rm9200/system.h