lkml.org 
[lkml]   [2004]   [Nov]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 17 Nov 2004 00:30:32 -0800
FromAndrew Morton <>
SubjectRe: [2.6 patch] DEBUG_BUGVERBOSE for i386 (fwd)
Adrian Bunk <bunk@stusta.de> wrote:
>
> The patch below implements CONFIG_DEBUG_BUGVERBOSE for i386 (more 
>  exactly, it allows disabling the verbose BUG() reporting).
> 
> 
>  Signed-off-by: Adrian Bunk <bunk@fs.tum.de>
> 
>  --- linux-2.6.9-rc1-mm1-full/lib/Kconfig.debug.old	2004-08-29 21:22:20.000000000 +0200
>  +++ linux-2.6.9-rc1-mm1-full/lib/Kconfig.debug	2004-08-29 21:28:29.000000000 +0200
>  @@ -61,7 +61,7 @@
> 
>   config DEBUG_BUGVERBOSE
>   	bool "Verbose BUG() reporting (adds 70K)"
>  -	depends on DEBUG_KERNEL && (ARM || ARM26 || M68K || SPARC32 || SPARC64)
>  +	depends on DEBUG_KERNEL && (ARM || ARM26 || M68K || SPARC32 || SPARC64 || (X86 && !X86_64))

I think I'll stick an `&& EMBEDDED' in there to make it harder to disable
BUG traces.  We really don't want to be screwing ourselves over by removing
useful diagnostic info.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [from the cache]
©2003-2008