Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2009 17:06:52 -0700
From:      Marcel Moolenaar <xcllnt@mac.com>
To:        Marius Strobl <marius@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r190105 - head/sys/sparc64/sparc64
Message-ID:  <31910B64-3437-4C1D-8234-FC6A1C3D4F8B@mac.com>
In-Reply-To: <200903192040.n2JKeoYY075200@svn.freebsd.org>
References:  <200903192040.n2JKeoYY075200@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?31910B64-3437-4C1D-8234-FC6A1C3D4F8B>