From owner-svn-src-all@FreeBSD.ORG Fri Oct 22 19:53:38 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15F471065674 for ; Fri, 22 Oct 2010 19:53:38 +0000 (UTC) (envelope-from joerg@britannica.bec.de) Received: from www.sonnenberger.org (www.sonnenberger.org [92.79.50.50]) by mx1.freebsd.org (Postfix) with ESMTP id C0BA78FC1A for ; Fri, 22 Oct 2010 19:53:37 +0000 (UTC) Received: from britannica.bec.de (www.sonnenberger.org [192.168.1.10]) by www.sonnenberger.org (Postfix) with ESMTP id 054A6666BB for ; Fri, 22 Oct 2010 21:53:35 +0200 (CEST) Received: by britannica.bec.de (Postfix, from userid 1000) id 00FD1116E60; Fri, 22 Oct 2010 21:54:17 +0200 (CEST) Date: Fri, 22 Oct 2010 21:54:17 +0200 From: Joerg Sonnenberger To: svn-src-all@freebsd.org Message-ID: <20101022195417.GA20186@britannica.bec.de> References: <201010221807.o9MI7LD8061657@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010221807.o9MI7LD8061657@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: svn commit: r214210 - head/sys/boot/i386/boot2 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Oct 2010 19:53:38 -0000 On Fri, Oct 22, 2010 at 06:07:21PM +0000, Roman Divacky wrote: > Log: > Avoid using memcpy() for copying 32bit chunks. This shrinks > the resulting code a little. Can't you force the use of the builtin memcpy for this? Joerg