PERFORCE change 92707 for review

John Baldwin jhb at FreeBSD.org
Fri Mar 3 18:21:24 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92707

Change 92707 by jhb at jhb_zion on 2006/03/04 02:20:50

	Try to use the alpha cycle counter for a cpu ticker.

Affected files ...

.. //depot/projects/smpng/sys/alpha/alpha/clock.c#20 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/alpha/clock.c#20 (text+ko) ====

@@ -152,6 +152,7 @@
 
 	calibrate_clocks(cycles_per_sec, &pcc, &freq);
 	cycles_per_sec = pcc;
+	set_cputicker(alpha_rpcc, cycles_per_sec, 0);
 
 	/*
 	 * XXX: TurboLaser doesn't have an i8254 counter.


More information about the p4-projects mailing list