From: Andrew Victor Date: Thu, 30 Nov 2006 09:01:47 +0000 (+0100) Subject: [ARM] 3946/1: AT91: at91_arch_reset and at91_extern_irq X-Git-Tag: v2.6.20-rc1~15^2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f4fd0a0d28fabf965815755f1a74ef91dfb5ca6;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed