From owner-svn-src-all@FreeBSD.ORG Fri Oct 22 18:54:09 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 DE4EB1065672; Fri, 22 Oct 2010 18:54:09 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 89F728FC0C; Fri, 22 Oct 2010 18:54:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o9MIke0V059441; Fri, 22 Oct 2010 12:46:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 22 Oct 2010 12:46:40 -0600 (MDT) Message-Id: <20101022.124640.74690513.imp@bsdimp.com> To: rdivacky@FreeBSD.org From: Warner Losh In-Reply-To: <201010221807.o9MI7LD8061657@svn.freebsd.org> References: <201010221807.o9MI7LD8061657@svn.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org 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 18:54:10 -0000 > Avoid using memcpy() for copying 32bit chunks. This shrinks > the resulting code a little. I think I put the memcpy code in when I was porting to ARM to reduce the diffs since it is needed there... Warner