From owner-cvs-all@FreeBSD.ORG Tue Apr 22 23:07:00 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F384137B401 for ; Tue, 22 Apr 2003 23:06:59 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E3FA43FAF for ; Tue, 22 Apr 2003 23:06:58 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 59988 invoked by uid 1000); 23 Apr 2003 06:07:00 -0000 Date: Tue, 22 Apr 2003 23:07:00 -0700 (PDT) From: Nate Lawson To: David Xu , bde@freebsd.org In-Reply-To: <20030420013527.B985937B4A1@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include cpufunc.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 06:07:00 -0000 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. -Nate