From cefc515a0a081718c2821e8fc75109d53444f5d3 Mon Sep 17 00:00:00 2001 From: Andrew Victor Date: Mon, 4 Dec 2006 15:07:54 +0100 Subject: [PATCH] --- yaml --- r: 43367 b: refs/heads/master c: 208a49f086ed8cfb3cfa15579c7ee162c54a999b h: refs/heads/master i: 43365: 149d6267c0ba69896647797051da21d1872228b4 43363: 8e8dab1c369b937536458d708c30ff01a2eeffcd 43359: baa67412bdd93c5721cb35905478e3dc916e27de v: v3 --- [refs] | 2 +- trunk/include/asm-arm/arch-at91rm9200/system.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index af76796768c9..5cd24d1992b1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4a89c7d2788e42153d7fc3f0e6f2bde5ede329c +refs/heads/master: 208a49f086ed8cfb3cfa15579c7ee162c54a999b diff --git a/trunk/include/asm-arm/arch-at91rm9200/system.h b/trunk/include/asm-arm/arch-at91rm9200/system.h index 053f2e09c1fc..9c67130603b2 100644 --- a/trunk/include/asm-arm/arch-at91rm9200/system.h +++ b/trunk/include/asm-arm/arch-at91rm9200/system.h @@ -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