Re: [PATCH 1/1] boot: Put initcall_debug into its own Kconfig option DEBUG_INITCALL

2012-08-13 Thread Thai Bui
012 at 5:21 PM, Konrad Rzeszutek Wilk wrote: > On Mon, Aug 13, 2012 at 01:57:11PM -0700, Thai Bui wrote: >> Putting DEBUG_INITCALL config option to compile out the command-line option >> "initcall_debug". > > Can you explain the benfits of this please? >> >>

[PATCH 1/1] boot: Put initcall_debug into its own Kconfig option DEBUG_INITCALL

2012-08-13 Thread Thai Bui
Putting DEBUG_INITCALL config option to compile out the command-line option "initcall_debug". Signed-off-by: Thai Bui Reviewed-by: Josh Triplett --- Documentation/kernel-parameters.txt |3 ++- include/linux/init.h|4 init/main.c

[PATCH 1/1] boot: Put initcall_debug into its own Kconfig option DEBUG_INITCALL

2012-08-13 Thread Thai Bui
Putting DEBUG_INITCALL config option to compile out the command-line option initcall_debug. Signed-off-by: Thai Bui blquyt...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- Documentation/kernel-parameters.txt |3 ++- include/linux/init.h|4 init

Re: [PATCH 1/1] boot: Put initcall_debug into its own Kconfig option DEBUG_INITCALL

2012-08-13 Thread Thai Bui
at 5:21 PM, Konrad Rzeszutek Wilk konrad.w...@oracle.com wrote: On Mon, Aug 13, 2012 at 01:57:11PM -0700, Thai Bui wrote: Putting DEBUG_INITCALL config option to compile out the command-line option initcall_debug. Can you explain the benfits of this please? Signed-off-by: Thai Bui blquyt