From owner-cvs-src-old@FreeBSD.ORG Wed Feb 10 06:30:06 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 9AC0510657C2 for ; Wed, 10 Feb 2010 06:30:05 +0000 (UTC) (envelope-from neel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE9E78FC15 for ; Wed, 10 Feb 2010 06:30:05 +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 o1A6U5vZ056875 for ; Wed, 10 Feb 2010 06:30:05 GMT (envelope-from neel@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o1A6U5Wj056874 for cvs-src-old@freebsd.org; Wed, 10 Feb 2010 06:30:05 GMT (envelope-from neel@repoman.freebsd.org) Message-Id: <201002100630.o1A6U5Wj056874@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to neel@repoman.freebsd.org using -f From: Neel Natu Date: Wed, 10 Feb 2010 06:29:43 +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: Wed, 10 Feb 2010 06:30:06 -0000 neel 2010-02-10 06:29:43 UTC FreeBSD src repository Modified files: sys/mips/mips tick.c Log: SVN rev 203745 on 2010-02-10 06:29:43Z by neel Call profclock() and statclock() explicitly on all cpus. Prior to this change these functions were called only on the BSP indirectly via hardclock(). top -P now shows usage statistics of all cpus. Revision Changes Path 1.6 +19 -10 src/sys/mips/mips/tick.c