From owner-cvs-src@FreeBSD.ORG Wed Aug 27 17:00:03 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9CF61065678; Wed, 27 Aug 2008 17:00:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8E26E8FC08; Wed, 27 Aug 2008 17:00:03 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7RH03FX021330; Wed, 27 Aug 2008 17:00:03 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7RH036g021329; Wed, 27 Aug 2008 17:00:03 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200808271700.m7RH036g021329@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 27 Aug 2008 16:59:42 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/amd64/amd64 exception.S trap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 27 Aug 2008 17:00:03 -0000 jhb 2008-08-27 16:59:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/amd64/amd64 exception.S trap.c Log: SVN rev 182281 on 2008-08-27 16:59:42Z by jhb Revert some hwpmc and p_comm vs td_name changes from HEAD that snuck in with the DTrace commit. Revision Changes Path 1.129.2.4 +0 -69 src/sys/amd64/amd64/exception.S 1.319.2.4 +7 -6 src/sys/amd64/amd64/trap.c