Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755237Ab3GEVWw (ORCPT ); Fri, 5 Jul 2013 17:22:52 -0400 Received: from merlin.infradead.org ([205.233.59.134]:38328 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752274Ab3GEVWv (ORCPT ); Fri, 5 Jul 2013 17:22:51 -0400 Date: Fri, 5 Jul 2013 23:22:35 +0200 From: Peter Zijlstra To: Thomas Gleixner Cc: Frederic Weisbecker , Alex Shi , hpa@linux.intel.com, tim.c.chen@linux.intel.com, linux-kernel@vger.kernel.org, andi.kleen@intel.com, mingo@elte.hu Subject: Re: [URGENT rfc patch 0/3] tsc clocksource bug fix Message-ID: <20130705212235.GU23916@twins.programming.kicks-ass.net> References: <1372916056-24301-1-git-send-email-alex.shi@intel.com> <20130704075840.GH18898@dyad.programming.kicks-ass.net> <20130705143833.GT23916@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 833 Lines: 24 On Fri, Jul 05, 2013 at 05:24:09PM +0200, Thomas Gleixner wrote: > See arch/x86/kernel/tsc.c > > We disable the watchdog for the TSC when tsc_clocksource_reliable is > set. > > tsc_clocksource_reliable is set when: > > - you add tsc=reliable to the kernel command line Ah, I didn't know about that one, useful. > - boot_cpu_has(X86_FEATURE_TSC_RELIABLE) > > X86_FEATURE_TSC_RELIABLE is a software flag, set by vmware and > moorsetown. So all other machines keep the watchdog enabled. Right.. I knew it was enabled on my machines even though they normally have usable TSC. -- 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/