Re: [PATCH] Only initialize hvc_console if needed, cleanup Kconfig help

2007-08-17 Thread Stephen Rothwell
On Fri, 17 Aug 2007 11:25:46 +1000 Rusty Russell <[EMAIL PROTECTED]> wrote: > > diff -r 0730da2377be drivers/char/Kconfig > --- a/drivers/char/KconfigTue Aug 14 12:46:08 2007 +1000 > +++ b/drivers/char/KconfigFri Aug 17 09:05:12 2007 +1000 > @@ -568,10 +568,10 @@ config HVC_DRIVER >

Re: [PATCH] Only initialize hvc_console if needed, cleanup Kconfig help

2007-08-17 Thread Stephen Rothwell
On Fri, 17 Aug 2007 11:25:46 +1000 Rusty Russell [EMAIL PROTECTED] wrote: diff -r 0730da2377be drivers/char/Kconfig --- a/drivers/char/KconfigTue Aug 14 12:46:08 2007 +1000 +++ b/drivers/char/KconfigFri Aug 17 09:05:12 2007 +1000 @@ -568,10 +568,10 @@ config HVC_DRIVER config

[PATCH] Only initialize hvc_console if needed, cleanup Kconfig help

2007-08-16 Thread Rusty Russell
On Thu, 2007-08-16 at 16:16 -0400, Dave Jones wrote: > asides from the needed Kconfig clarification, is it necessary for khvcd > to run at all if the lguest module hasn't been loaded ? Is it possible > we can somehow delay creation of the kthread ? It's for lguest guests, so it kind of needs to

[PATCH] Only initialize hvc_console if needed, cleanup Kconfig help

2007-08-16 Thread Rusty Russell
On Thu, 2007-08-16 at 16:16 -0400, Dave Jones wrote: asides from the needed Kconfig clarification, is it necessary for khvcd to run at all if the lguest module hasn't been loaded ? Is it possible we can somehow delay creation of the kthread ? It's for lguest guests, so it kind of needs to be