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 */ _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"