Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Nov 2010 16:42:36 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r215090 - head/sys/sys
Message-ID:  <201011101642.oAAGgaFO026902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 



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