From owner-cvs-all Tue Dec 18 0:54:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A270637B419; Tue, 18 Dec 2001 00:54:39 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBI8sdV90525; Tue, 18 Dec 2001 00:54:39 -0800 (PST) (envelope-from jhb) Message-Id: <200112180854.fBI8sdV90525@freefall.freebsd.org> From: John Baldwin Date: Tue, 18 Dec 2001 00:54:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include cpufunc.h endian.h in_cksum.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/12/18 00:54:39 PST Modified files: sys/i386/include cpufunc.h endian.h in_cksum.h Log: Various assembly fixes mostly in the form of using the "+" modifier for output operands to mark them as both input and output rather than listing operands twice. Reviewed by: bde Revision Changes Path 1.107 +14 -14 src/sys/i386/include/cpufunc.h 1.28 +7 -7 src/sys/i386/include/endian.h 1.11 +9 -9 src/sys/i386/include/in_cksum.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message