Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932839AbXAaD5q (ORCPT ); Tue, 30 Jan 2007 22:57:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932838AbXAaD5p (ORCPT ); Tue, 30 Jan 2007 22:57:45 -0500 Received: from gateway-1237.mvista.com ([63.81.120.158]:2352 "EHLO localhost.localdomain" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932828AbXAaD5o (ORCPT ); Tue, 30 Jan 2007 22:57:44 -0500 Message-Id: <20070131033759.798289135@mvista.com> References: <20070131033710.420168478@mvista.com> User-Agent: quilt/0.46.mv-1 Date: Tue, 30 Jan 2007 19:37:11 -0800 From: Daniel Walker To: akpm@osdl.org Cc: linux-kernel@vger.kernel.org, johnstul@us.ibm.com, tglx@linutronix.de, mingo@elte.hu Subject: [PATCH 01/23] clocksource: drop clocksource-add-verification-watchdog-helper-fix.patch Content-Disposition: inline; filename=drop-clocksource-add-verification-watchdog-helper-fix.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1489 Lines: 45 Drop. Signed-Off-By: Daniel Walker --- kernel/time/clocksource.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) Index: linux-2.6.19/kernel/time/clocksource.c =================================================================== --- linux-2.6.19.orig/kernel/time/clocksource.c +++ linux-2.6.19/kernel/time/clocksource.c @@ -28,7 +28,6 @@ #include #include #include -#include /* XXX - Would like a better way for initializing curr_clocksource */ extern struct clocksource clocksource_jiffies; @@ -107,16 +106,8 @@ static void clocksource_watchdog(unsigne /* Initialized ? */ if (!(cs->flags & CLOCK_SOURCE_WATCHDOG)) { if ((cs->flags & CLOCK_SOURCE_IS_CONTINUOUS) && - (watchdog->flags & CLOCK_SOURCE_IS_CONTINUOUS)) { + (watchdog->flags & CLOCK_SOURCE_IS_CONTINUOUS)) cs->flags |= CLOCK_SOURCE_VALID_FOR_HRES; - /* - * We just marked the clocksource as - * highres-capable, notify the rest of the - * system as well so that we transition - * into high-res mode: - */ - tick_clock_notify(); - } cs->flags |= CLOCK_SOURCE_WATCHDOG; cs->wd_last = csnow; } else { -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/