From owner-svn-src-head@FreeBSD.ORG Fri Mar 20 00:06:53 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D90271065675; Fri, 20 Mar 2009 00:06:53 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout021.mac.com (asmtpout021.mac.com [17.148.16.96]) by mx1.freebsd.org (Postfix) with ESMTP id C2D6A8FC14; Fri, 20 Mar 2009 00:06:53 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from andyhong-t61.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp021.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KGS004MD2ZGB560@asmtp021.mac.com>; Thu, 19 Mar 2009 17:06:53 -0700 (PDT) Message-id: <31910B64-3437-4C1D-8234-FC6A1C3D4F8B@mac.com> From: Marcel Moolenaar To: Marius Strobl In-reply-to: <200903192040.n2JKeoYY075200@svn.freebsd.org> Date: Thu, 19 Mar 2009 17:06:52 -0700 References: <200903192040.n2JKeoYY075200@svn.freebsd.org> X-Mailer: Apple Mail (2.930.3) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r190105 - head/sys/sparc64/sparc64 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Mar 2009 00:06:54 -0000 On Mar 19, 2009, at 1:40 PM, Marius Strobl wrote: > Author: marius > Date: Thu Mar 19 20:40:49 2009 > New Revision: 190105 > URL: http://svn.freebsd.org/changeset/base/190105 > > Log: > There's no need to wrap kdb_enter() in #ifdef KDB as it's always > available. That's not quite how it works. option KDB is used to build the kernel with debugging features that could impact performance, security and/or functionality. In this case it's not so much a matter of whether kdb_enter() is defined or not, but rather whether the kernel should respect -d. -- Marcel Moolenaar xcllnt@mac.com