svn commit: r215090 - head/sys/sys

Alexander Motin mav at FreeBSD.org
Wed Nov 10 16:42:36 UTC 2010


Author: mav
Date: Wed Nov 10 16:42:36 2010
New Revision: 215090
URL: http://svn.freebsd.org/changeset/base/215090

Log:
  Remove unexisted since r212541 timer1hz/timer2hz variables.

Modified:
  head/sys/sys/kernel.h

Modified: head/sys/sys/kernel.h
==============================================================================
--- head/sys/sys/kernel.h	Wed Nov 10 14:59:13 2010	(r215089)
+++ head/sys/sys/kernel.h	Wed Nov 10 16:42:36 2010	(r215090)
@@ -64,8 +64,6 @@ extern int stathz;			/* statistics clock
 extern int profhz;			/* profiling clock's frequency */
 extern int profprocs;			/* number of process's profiling */
 extern int ticks;
-extern int timer1hz;			/* timer 1 frequency */
-extern int timer2hz;			/* timer 2 frequency */
 
 #endif /* _KERNEL */
 


More information about the svn-src-all mailing list