Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 01:23:38 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7923 for review
Message-ID:  <200203190923.g2J9Ncg78755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=7923

Change 7923 by peter@peter_overcee on 2002/03/19 01:23:00

	no clock calibration yet

Affected files ...

... //depot/projects/ia64/sys/ia64/ia64/clock.c#2 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/ia64/clock.c#2 (text+ko) ====

@@ -119,7 +119,9 @@
 static u_int32_t max_cycles_per_tick;
 static u_int32_t last_time;
 
+#if 0	/* not used yet */
 static u_int32_t calibrate_clocks(u_int32_t firmware_freq);
+#endif
 
 void
 clockattach(kobj_t dev)
@@ -194,6 +196,7 @@
 	stathz = 128;
 }
 
+#if 0	/* not used yet */
 static u_int32_t
 calibrate_clocks(u_int32_t firmware_freq)
 {
@@ -247,6 +250,7 @@
 		       firmware_freq);
 	return (firmware_freq);
 }
+#endif
 
 void
 handleclock(void* arg)

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




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