]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/arch-at91rm9200/system.h
[ARM] 3977/1: AT91: remove loop waiting for reset
[linux-2.6-omap-h63xx.git] / include / asm-arm / arch-at91rm9200 / system.h
index 053f2e09c1fc061d7bf4033cc0c51eb46ac3c41c..9c67130603b2896195649648f4869a749d5c5b0b 100644 (file)
@@ -48,8 +48,6 @@ static inline void arch_reset(char mode)
        /* call the CPU-specific reset function */
        if (at91_arch_reset)
                (at91_arch_reset)();
-
-       for (;;) {}     /* wait fovever */
 }
 
 #endif