Skip to content
Snippets Groups Projects
Commit 208a49f0 authored by Andrew Victor's avatar Andrew Victor Committed by Russell King
Browse files

[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: default avatarAndrew Victor <andrew@sanpeople.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent d4a89c7d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment