Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 1999 20:25:08 -0400 (EDT)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        current@FreeBSD.ORG, phk@FreeBSD.ORG, smp@FreeBSD.ORG
Subject:   Re:  Testers please!
Message-ID:  <199909220025.UAA25595@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> If you have a PIIX4 based SMP system and run current, could you
> please try out this patch:
> 
> 	http://phk.freebsd.dk/piix/
> 
> I'm very interested in hearing if there are any measurable difference
> apart from clock granularity being 3 times better.
> 
> --
> Poul-Henning Kamp             FreeBSD coreteam member
> phk@FreeBSD.ORG               "Real hackers run -current on their laptop."
> FreeBSD -- It will take a long time before progress goes too far!
> 
This reminds me about the usage of TSC counter on SMP. First even though
we don't use TSC for time keeping on SMP, the TSC frequency from calibration
is still valid (at least for BSP), and we can show it in the cpu identification
message. Second, the listed reason for not using TSC on SMP is the inability
to synchronize TSCs on all cpus. My question is, is it really necessary?
TSC is initialized to 0 at hardware reset, which should happen to all CPUs
at the same time (invalid assumption?), in another words, all TSCs should be
automatically synchronized.

-lq


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909220025.UAA25595>