[ARM] 3977/1: AT91: remove loop waiting for reset

Removed the infinite loop in our arch_reset().

After calling arch_reset(), the kernel waits for 1 second before
printing a "reboot failed" message and then waits for ever itself.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Andrew Victor and committed by Russell King 208a49f0 d4a89c7d

-2
-2
include/asm-arm/arch-at91rm9200/system.h
··· 48 48 /* call the CPU-specific reset function */ 49 49 if (at91_arch_reset) 50 50 (at91_arch_reset)(); 51 - 52 - for (;;) {} /* wait fovever */ 53 51 } 54 52 55 53 #endif