From owner-cvs-src@FreeBSD.ORG Wed Apr 23 09:44:34 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 983B837B407 for ; Wed, 23 Apr 2003 09:44:34 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 6B16843FE5 for ; Wed, 23 Apr 2003 09:44:32 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 60992 invoked by uid 1000); 23 Apr 2003 16:44:33 -0000 Date: Wed, 23 Apr 2003 09:44:33 -0700 (PDT) From: Nate Lawson To: Bruce Evans In-Reply-To: <20030423214152.A21262@gamplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: David Xu cc: obrien@freebsd.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:44:35 -0000 On Wed, 23 Apr 2003, Bruce Evans wrote: > On Tue, 22 Apr 2003, Nate Lawson wrote: > > On Sat, 19 Apr 2003, David Xu wrote: > > > Modified files: > > > sys/i386/include cpufunc.h > > > Log: > > > Backout my last commit. > > > > > > Requested by: bde > > > > > > Revision Changes Path > > > 1.132 +4 -4 src/sys/i386/include/cpufunc.h > > > > If one of you would be so kind as to add a comment indicating that > > ignoring the upper 16 bits is intentional, it would help explain things to > > others who come across this. > > obrien already did this in rev.1.133. Yes, I was a bit slow in catching up with email. BTW, in the future it is preferable to use a comment in the code instead of just a forced commit. -Nate