From owner-cvs-src-old@FreeBSD.ORG Fri Mar 5 11:11:58 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 7A2FF1065672 for ; Fri, 5 Mar 2010 11:11:58 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 6ACC28FC17 for ; Fri, 5 Mar 2010 11:11:58 +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 o25BBwh2063767 for ; Fri, 5 Mar 2010 11:11:58 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o25BBwCv063766 for cvs-src-old@freebsd.org; Fri, 5 Mar 2010 11:11:58 GMT (envelope-from nyan@repoman.freebsd.org) Message-Id: <201003051111.o25BBwCv063766@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nyan@repoman.freebsd.org using -f From: Takahashi Yoshihiro Date: Fri, 5 Mar 2010 11:11:42 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/cbus clock.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, 05 Mar 2010 11:11:58 -0000 nyan 2010-03-05 11:11:42 UTC FreeBSD src repository Modified files: sys/pc98/cbus clock.c Log: SVN rev 204753 on 2010-03-05 11:11:42Z by nyan MFx86: the part of r204641 In order to do that cleanly, lapic_setup_clock(), on both ia32 and amd64, now accepts as arguments the desired sources to handle, and returns the actual ones (LAPIC_CLOCK_NONE is forbidden because otherwise there is no meaning in calling such function). This allows to bring out into commont x86 code the handling part for machdep.lapic_allclocks tunable, which is retained. Revision Changes Path 1.176 +7 -2 src/sys/pc98/cbus/clock.c