Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Nov 2005 01:13:59 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87404 for review
Message-ID:  <200511290113.jAT1Dx1i042143@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87404

Change 87404 by peter@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)



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