From owner-cvs-src-old@FreeBSD.ORG Fri May 28 02:00:34 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E297610657C0 for ; Fri, 28 May 2010 02:00:34 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B8E448FC0A for ; Fri, 28 May 2010 02:00:34 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4S20Ywb054389 for ; Fri, 28 May 2010 02:00:34 GMT (envelope-from neel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4S20Yel054388 for cvs-src-old@freebsd.org; Fri, 28 May 2010 02:00:34 GMT (envelope-from neel@repoman.freebsd.org) Message-Id: <201005280200.o4S20Yel054388@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to neel@repoman.freebsd.org using -f From: Neel Natu Date: Fri, 28 May 2010 02:00:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/mips/mips tick.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 02:00:35 -0000 neel 2010-05-28 02:00:15 UTC FreeBSD src repository Modified files: sys/mips/mips tick.c Log: SVN rev 208607 on 2010-05-28 02:00:15Z by neel If 'timer2hz' is zero then we don't need to call 'timer2clock()' directly. It will be called automatically by 'timer1clock()'. Do profiling as often as possible by running it as the same frequency as 'timer1hz'. The statistics clock is run as close to 128Hz as possible. Pointed out by: mav@ Revision Changes Path 1.14 +17 -5 src/sys/mips/mips/tick.c