Re: [PATCH] Delay creation of khcvd thread

2007-09-24 Thread Stephen Rothwell
Hi Rusty, On Tue, 25 Sep 2007 14:27:41 +1000 Rusty Russell <[EMAIL PROTECTED]> wrote: > > HVC console is also used by iSeries, so add that to HVC_DRIVER help. > > Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> > > diff -r 85d39cbbd21c drivers/char/Kconfig > --- a/drivers/char/KconfigTue

Re: [PATCH] Delay creation of khcvd thread

2007-09-24 Thread Rusty Russell
On Tue, 2007-09-25 at 14:04 +1000, Stephen Rothwell wrote: > On Tue, 25 Sep 2007 13:46:24 +1000 Rusty Russell <[EMAIL PROTECTED]> wrote: > > > > hvc_console used to only be for Power aka pSeries: now lguest and Xen > > Also legacy iSeries :-) OK, how's this: --- HVC console is also used by

Re: [PATCH] Delay creation of khcvd thread

2007-09-24 Thread Stephen Rothwell
On Tue, 25 Sep 2007 13:46:24 +1000 Rusty Russell <[EMAIL PROTECTED]> wrote: > > hvc_console used to only be for Power aka pSeries: now lguest and Xen Also legacy iSeries :-) -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpA4NL0uuHIp.pgp

[PATCH] Delay creation of khcvd thread

2007-09-24 Thread Rusty Russell
This changes hvc_init() to be called only when someone actually uses the hvc_console driver. Dave Jones complained when profiling bootup. hvc_console used to only be for Power aka pSeries: now lguest and Xen both want it built-in in case the kernel is a guest under one of those, even though

[PATCH] Delay creation of khcvd thread

2007-09-24 Thread Rusty Russell
This changes hvc_init() to be called only when someone actually uses the hvc_console driver. Dave Jones complained when profiling bootup. hvc_console used to only be for Power aka pSeries: now lguest and Xen both want it built-in in case the kernel is a guest under one of those, even though

Re: [PATCH] Delay creation of khcvd thread

2007-09-24 Thread Stephen Rothwell
On Tue, 25 Sep 2007 13:46:24 +1000 Rusty Russell [EMAIL PROTECTED] wrote: hvc_console used to only be for Power aka pSeries: now lguest and Xen Also legacy iSeries :-) -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpA4NL0uuHIp.pgp

Re: [PATCH] Delay creation of khcvd thread

2007-09-24 Thread Rusty Russell
On Tue, 2007-09-25 at 14:04 +1000, Stephen Rothwell wrote: On Tue, 25 Sep 2007 13:46:24 +1000 Rusty Russell [EMAIL PROTECTED] wrote: hvc_console used to only be for Power aka pSeries: now lguest and Xen Also legacy iSeries :-) OK, how's this: --- HVC console is also used by iSeries, so

Re: [PATCH] Delay creation of khcvd thread

2007-09-24 Thread Stephen Rothwell
Hi Rusty, On Tue, 25 Sep 2007 14:27:41 +1000 Rusty Russell [EMAIL PROTECTED] wrote: HVC console is also used by iSeries, so add that to HVC_DRIVER help. Signed-off-by: Rusty Russell [EMAIL PROTECTED] diff -r 85d39cbbd21c drivers/char/Kconfig --- a/drivers/char/KconfigTue Sep 25