From owner-svn-src-user@FreeBSD.ORG Thu May 21 04:36:49 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E67D31065673; Thu, 21 May 2009 04:36:49 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D571A8FC16; Thu, 21 May 2009 04:36:49 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4L4anFK054649; Thu, 21 May 2009 04:36:49 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4L4anuV054648; Thu, 21 May 2009 04:36:49 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200905210436.n4L4anuV054648@svn.freebsd.org> From: Kip Macy Date: Thu, 21 May 2009 04:36:49 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192519 - user/kmacy/releng_7_2_fcs/sys/amd64/conf X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 04:36:50 -0000 Author: kmacy Date: Thu May 21 04:36:49 2009 New Revision: 192519 URL: http://svn.freebsd.org/changeset/base/192519 Log: add LOCK_PROFILING to the config Modified: user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC Modified: user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC ============================================================================== --- user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC Thu May 21 04:13:00 2009 (r192518) +++ user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC Thu May 21 04:36:49 2009 (r192519) @@ -232,4 +232,5 @@ options DDB options KDB options ALT_BREAK_TO_DEBUGGER options HWPMC_HOOKS +options LOCK_PROFILING