PERFORCE change 87404 for review

Peter Wemm peter at FreeBSD.org
Tue Nov 29 01:14:01 GMT 2005


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

Change 87404 by peter at peter_daintree on 2005/11/29 01:13:53

	oops. forgot to activate sysctl. oh well.

Affected files ...

.. //depot/projects/hammer/sys/amd64/isa/clock.c#50 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/isa/clock.c#50 (text+ko) ====

@@ -255,9 +255,6 @@
 	return ((high << 8) | low);
 }
 
-static int do_tsc_delay = 0;
-SYSCTL_INT(_debug, OID_AUTO, do_tsc_delay, CTLFLAG_RW, &do_tsc_delay, 0,
-	"use TSC for DELAY()");
 /*
  * Wait "n" microseconds.
  * Relies on timer 1 counting down from (timer_freq / hz)


More information about the p4-projects mailing list