From 2595e40c9147ed8891fe96ce631643bd6fb4c111 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 19 Jan 2010 09:50:22 +0100 Subject: [PATCH] mach-at91: reset_cpu: fix confusing reference to watchdog On at91 we talk directly to the reset controller to reset the cpu, rather than use the watchdog, so update the comment to match. Signed-off-by: Peter Korsgaard --- arch/arm/mach-at91/clocksource.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/mach-at91/clocksource.c b/arch/arm/mach-at91/clocksource.c index b5886f9..564b560 100644 --- a/arch/arm/mach-at91/clocksource.c +++ b/arch/arm/mach-at91/clocksource.c @@ -71,7 +71,7 @@ static int clocksource_init (void) core_initcall(clocksource_init); /* - * Reset the cpu by setting up the watchdog timer and let it time out + * Reset the cpu through the reset controller */ void reset_cpu (ulong ignored) { -- 1.6.5