Re: do_gettimeofday vs. rdtsc in the scheduler

From: David S. Miller (davem@redhat.com)
Date: Tue Sep 17 2002 - 17:38:28 EST


   From: Andi Kleen <ak@suse.de>
   Date: Wed, 18 Sep 2002 00:44:42 +0200

> I don't know how Sun and SGI manage with their larger systems. Either they
> don't do clock sync, or they may have to make expensive tradeoffs.
   
   I guess you could always run NTP between the different CPUs ;) ;)
   
:-)

More seriously, you don't need to have the cpu tick registers sync'd,
it is the rate that matters.

Once booted, you can sync these system tick registers with a pretty
straight forward algorithm in the kernel. Bonus points if you can
figure out how to cancel out the cost of moving the system tick sample
cachelines between master and slave in your algorithm :-)
-
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/



This archive was generated by hypermail 2b29 : Mon Sep 23 2002 - 22:00:20 EST