Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422964AbWAMVFg (ORCPT ); Fri, 13 Jan 2006 16:05:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422967AbWAMVFg (ORCPT ); Fri, 13 Jan 2006 16:05:36 -0500 Received: from ms-smtp-01.nyroc.rr.com ([24.24.2.55]:23545 "EHLO ms-smtp-01.nyroc.rr.com") by vger.kernel.org with ESMTP id S1422964AbWAMVFf (ORCPT ); Fri, 13 Jan 2006 16:05:35 -0500 Subject: RE: Dual core Athlons and unsynced TSCs From: Steven Rostedt To: tglx@linutronix.de Cc: Lee Revell , "'linux-kernel'" , Roger Heflin , Ingo Molnar , john stultz In-Reply-To: <1137185175.7634.37.camel@localhost.localdomain> References: <1137168254.7241.32.camel@localhost.localdomain> <1137174463.15108.4.camel@mindpipe> <1137174848.15108.11.camel@mindpipe> <1137178506.15108.38.camel@mindpipe> <1137182991.8283.7.camel@localhost.localdomain> <1137183980.6731.1.camel@localhost.localdomain> <1137184982.15108.69.camel@mindpipe> <1137185175.7634.37.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 13 Jan 2006 16:05:19 -0500 Message-Id: <1137186319.6731.6.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1325 Lines: 42 On Fri, 2006-01-13 at 21:46 +0100, Thomas Gleixner wrote: > On Fri, 2006-01-13 at 15:43 -0500, Lee Revell wrote: > > > Ugh. In arch/x86_64/kernel/time.c monotonic_clock() uses the TSC > > unconditionally. > > Can you try > > http://tglx.de/projects/hrtimers/2.6.15/patch-2.6.15-hrt2.patch > > please ? > > tglx > > Hmm, it doesn't compile :( -- Steve rostedt@gandalf:~/work/kernels/linux-2.6.15-hrt2$ make amdmake CHK include/linux/version.h CC arch/x86_64/kernel/asm-offsets.s In file included from include/linux/timex.h:61, from include/linux/sched.h:11, from arch/x86_64/kernel/asm-offsets.c:7: include/asm/timex.h: In function 'get_cycles_sync': include/asm/timex.h:36: warning: implicit declaration of function 'alternative_io' include/asm/timex.h:37: error: called object '"=a"' is not a function include/asm/timex.h:37: error: called object '"0"' is not a function include/asm/timex.h:37: error: syntax error before ':' token make[1]: *** [arch/x86_64/kernel/asm-offsets.s] Error 1 make: *** [prepare0] Error 2 - 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/