From owner-freebsd-current Wed Dec 5 14:36:58 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail12.speakeasy.net (mail12.speakeasy.net [216.254.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 77EAE37B41C for ; Wed, 5 Dec 2001 14:36:55 -0800 (PST) Received: (qmail 29342 invoked from network); 5 Dec 2001 22:36:54 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail12.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 5 Dec 2001 22:36:54 -0000 Message-ID: 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 Date: Wed, 05 Dec 2001 14:36:49 -0800 (PST) From: John Baldwin To: current@FreeBSD.org Subject: Patch Review: i386 asm cleanups in the kernel Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The patch is at http://www.FreeBSD.org/~jhb/patches/i386_asm.patch. Mostly it does the following: - Add missing "cc" clobbers in constraints - Use the "+" modifier for output operands rather than using "0", "1", etc. to list operands in both input and output sections. - Fix the atomic operations to accept the contraints type on v so we can use "iq" rather than "ir" for char operations (this last came from Peter Jeremy and bde). I'm running it here on my laptop w/o problems and would like to commit it in a day or so. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message