From owner-cvs-src@FreeBSD.ORG Fri Apr 16 12:26:37 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B165016A4CE; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9617143D58; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i3GJQbGe025364; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i3GJQb76025363; Fri, 16 Apr 2004 12:26:37 -0700 (PDT) (envelope-from jhb) Message-Id: <200404161926.i3GJQb76025363@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Apr 2004 12:26:37 -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 apic_vector.s exception.s support.s src/sys/i386/isa atpic_vector.s X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 19:26:37 -0000 jhb 2004/04/16 12:26:37 PDT FreeBSD src repository Modified files: sys/i386/i386 apic_vector.s exception.s support.s sys/i386/isa atpic_vector.s Log: Use %eax rather than %ax when loading segment registers to avoid partial register stalls. Reviewed by: bde (a while ago, and I think an earlier version) Revision Changes Path 1.99 +27 -27 src/sys/i386/i386/apic_vector.s 1.108 +15 -15 src/sys/i386/i386/exception.s 1.102 +5 -5 src/sys/i386/i386/support.s 1.44 +6 -6 src/sys/i386/isa/atpic_vector.s