From owner-cvs-all@FreeBSD.ORG Sat Nov 29 06:25:44 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 A015416A4CE; Sat, 29 Nov 2003 06:25:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF49A43FE3; Sat, 29 Nov 2003 06:25:43 -0800 (PST) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hATEPhXJ022739; Sat, 29 Nov 2003 06:25:43 -0800 (PST) (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hATEPh34022738; Sat, 29 Nov 2003 06:25:43 -0800 (PST) (envelope-from davidxu) Message-Id: <200311291425.hATEPh34022738@repoman.freebsd.org> From: David Xu Date: Sat, 29 Nov 2003 06:25:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libpthread/arch/i386/i386 thr_enter_uts.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: Sat, 29 Nov 2003 14:25:44 -0000 davidxu 2003/11/29 06:25:43 PST FreeBSD src repository Modified files: lib/libpthread/arch/i386/i386 thr_enter_uts.S Log: Eliminate two pushl by using call instruction directly, this really helps branch predict a lot for INTEL P4. Approved by: re (scottl) Revision Changes Path 1.6 +1 -2 src/lib/libpthread/arch/i386/i386/thr_enter_uts.S