From owner-cvs-all@FreeBSD.ORG Fri Aug 15 08:19:22 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 98A0737B401; Fri, 15 Aug 2003 08:19:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 309F843FBF; Fri, 15 Aug 2003 08:19:22 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h7FFJL0U061356; Fri, 15 Aug 2003 08:19:22 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h7FFJLad061355; Fri, 15 Aug 2003 08:19:21 -0700 (PDT) Message-Id: <200308151519.h7FFJLad061355@repoman.freebsd.org> From: John Baldwin Date: Fri, 15 Aug 2003 08:19:21 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 support.s 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: Fri, 15 Aug 2003 15:19:23 -0000 jhb 2003/08/15 08:19:21 PDT FreeBSD src repository Modified files: sys/i386/i386 support.s Log: Adjust the style of the #ifdef SMP in casuptr() so that the #ifdef SMP just covers the lock prefix to match the existing style in other asm files in i386. Revision Changes Path 1.97 +4 -5 src/sys/i386/i386/support.s