From owner-cvs-all Fri May 26 23:29: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from mail.rdc1.va.home.com (ha1.rdc1.va.home.com [24.2.32.66]) by hub.freebsd.org (Postfix) with ESMTP id 7098F37B948; Fri, 26 May 2000 23:28:58 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx ([24.6.244.187]) by mail.rdc1.va.home.com (InterMail vM.4.01.02.00 201-229-116) with ESMTP id <20000527062857.ULTM22611.mail.rdc1.va.home.com@john.baldwin.cx>; Fri, 26 May 2000 23:28:57 -0700 Content-Length: 641 X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200005270625.XAA96351@freefall.freebsd.org> Date: Sat, 27 May 2000 02:28:57 -0400 (EDT) Organization: BSD, Inc. From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/sys/i386/i386 mpboot.s Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Message-Id: <20000527062857.ULTM22611.mail.rdc1.va.home.com@john.baldwin.cx> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 27-May-00 John Baldwin wrote: > jhb 2000/05/26 23:25:36 PDT > > Modified files: > sys/i386/i386 mpboot.s > Log: > - Remove unnecessary 'data32' and 'addr32' prefixes and #define's. Now that we have a decent x86 assembler, the operand size and addressing mode prefixes should almost never be used. The 'w' and 'l' suffixes can be used to force almost any instruction into either 16-bit or 32-bit operands, respectively. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message