From owner-svn-src-all@FreeBSD.ORG Fri Oct 17 13:44:23 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E445B2E; Fri, 17 Oct 2014 13:44:23 +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 06DF49A5; Fri, 17 Oct 2014 13:44:23 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id DEB48B924; Fri, 17 Oct 2014 09:44:21 -0400 (EDT) From: John Baldwin To: Warner Losh Subject: Re: svn commit: r273206 - head/sys/modules/linux Date: Fri, 17 Oct 2014 09:19:08 -0400 Message-ID: <1942647.sC8T7UmiyW@ralph.baldwin.cx> User-Agent: KMail/4.12.5 (FreeBSD/10.1-BETA2; KDE/4.12.5; amd64; ; ) In-Reply-To: <201410170436.s9H4aroW093026@svn.freebsd.org> References: <201410170436.s9H4aroW093026@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); Fri, 17 Oct 2014 09:44:22 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Fri, 17 Oct 2014 13:44:23 -0000 On Friday, October 17, 2014 04:36:53 AM Warner Losh wrote: > Author: imp > Date: Fri Oct 17 04:36:53 2014 > New Revision: 273206 > URL: https://svnweb.freebsd.org/changeset/base/273206 > > Log: > move linux*_locore.s and linux*_support.s to SRCS, remove the OBJS > entry and remove now-redunant dependencies. Add assym.s to > linux*_locore.s build, as it depends on it. > > With this change, linux*.ko no longer builds every time through a > KERNFAST run. > > Sponsored by: Netflix Thank you for fixing this and dtrace! -- John Baldwin