From owner-svn-src-all@FreeBSD.ORG Wed Apr 22 15:19:43 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71DC234F; Wed, 22 Apr 2015 15:19:43 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD461DC6; Wed, 22 Apr 2015 15:19:43 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-54-116-245.nwrknj.fios.verizon.net [173.54.116.245]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 3D3E7B9A3; Wed, 22 Apr 2015 11:19:42 -0400 (EDT) From: John Baldwin To: Konstantin Belousov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r281851 - in head/sys: amd64/amd64 amd64/include conf i386/i386 i386/include x86/x86 Date: Wed, 22 Apr 2015 10:32:46 -0400 Message-ID: <4550390.4Tsi2WsAx2@ralph.baldwin.cx> User-Agent: KMail/4.14.2 (FreeBSD/10.1-STABLE; KDE/4.14.2; amd64; ; ) In-Reply-To: <201504221232.t3MCWFaI034532@svn.freebsd.org> References: <201504221232.t3MCWFaI034532@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 22 Apr 2015 11:19:42 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 15:19:43 -0000 On Wednesday, April 22, 2015 12:32:15 PM Konstantin Belousov wrote: > Author: kib > Date: Wed Apr 22 12:32:14 2015 > New Revision: 281851 > URL: https://svnweb.freebsd.org/changeset/base/281851 > > Log: > Move some common code from sys/amd64/amd64/machdep.c and > sys/i386/i386/machdep.c to new file sys/x86/x86/cpu_machdep.c. Most > of the code is related to the idle handling. > > Discussed with: pluknet > Sponsored by: The FreeBSD Foundation Nice! I still want to do a sys/x86/x86/mp_subr.c. Hopefully soonish. :-/ -- John Baldwin