On Tue, 30 Oct 2007, Mathieu Desnoyers wrote:
>  
> +config ARCH_SUPPORTS_KPROBES
> +     bool
> +     default y

Actually, I know I gave this as the magic incantation, but now that I see 
it, I realize that I should have told you to just use

        config ARCH_SUPPORTS_KPROBES
                def_bool y

instead, which is a bit denser. 

We seem to use both kinds of syntax for these things, but this is really 
what "def_bool" is there for...

                Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to