From owner-cvs-all@FreeBSD.ORG Sun May 23 09:23:48 2004 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 1F6EA16A4CE; Sun, 23 May 2004 09:23:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 182DD43D46; Sun, 23 May 2004 09:23:48 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i4NGNT5Y011563; Sun, 23 May 2004 09:23:29 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i4NGNTn7011562; Sun, 23 May 2004 09:23:29 -0700 (PDT) (envelope-from bde) Message-Id: <200405231623.i4NGNTn7011562@repoman.freebsd.org> From: Bruce Evans Date: Sun, 23 May 2004 09:23:29 -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/amd64/amd64 apic_vector.S src/sys/amd64/isa atpic_vector.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: Sun, 23 May 2004 16:23:48 -0000 bde 2004/05/23 09:23:29 PDT FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S sys/amd64/isa atpic_vector.S Log: Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinary and high resolution profiling of interrupt handlers. The adjustments are routine once the magic stack offset 13*4 is decoded to be TF_RIP (there were originally more types of stack frames so using TF_EIP for one of them wouldn't have been much simpler). Removed garbage comments attached to some of the FAKE_MCOUNT()s. Revision Changes Path 1.99 +3 -3 src/sys/amd64/amd64/apic_vector.S 1.44 +1 -1 src/sys/amd64/isa/atpic_vector.S