From owner-cvs-all@FreeBSD.ORG Sat Apr 5 00:19:53 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF96537B401; Sat, 5 Apr 2003 00:19:52 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49DB43FB1; Sat, 5 Apr 2003 00:19:51 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h358JgLd017523; Sat, 5 Apr 2003 10:19:48 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sat, 05 Apr 2003 17:25:23 +1000." <20030405171037.Y37234@gamplex.bde.org> Date: Sat, 05 Apr 2003 10:19:42 +0200 Message-ID: <17522.1049530782@critter.freebsd.dk> cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: Tor Egge cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf options.i386 src/sys/i386/i386 tsc.c src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 08:19:53 -0000 In message <20030405171037.Y37234@gamplex.bde.org>, Bruce Evans writes: >On Fri, 4 Apr 2003, Tor Egge wrote: > >> tegge 2003/04/04 15:54:47 PST >> >> FreeBSD src repository >> >> Modified files: >> sys/conf options.i386 >> sys/i386/i386 tsc.c >> sys/i386/conf NOTES >> Log: >> Add SMP_TSC option, which can be used on SMP systems where the TSCs >> are synchronized to reduce context switch cost. > >This should be implemented by making the TSC timecounter available on >all systems that have a TSC, but not actually using it for the SMP case >unless it is enabled using sysctl "machdep.timecounter.hardware=TSC". That would make more sense, yes. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.