svn commit: r190105 - head/sys/sparc64/sparc64

Marcel Moolenaar xcllnt at mac.com
Thu Mar 19 17:06:54 PDT 2009


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 at mac.com





More information about the svn-src-all mailing list