lkml.org 
[lkml]   [2011]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 8/9] gma500: frame buffer locking
> > index e861488..af2eec8 100644
> > --- a/kernel/printk.c
> > +++ b/kernel/printk.c
> > @@ -512,7 +512,7 @@ static void __call_console_drivers(unsigned start, unsigned end)
> > struct console *con;
> >
> > for_each_console(con) {
> > - if (exclusive_console && con != exclusive_console)
> > + if (0 && exclusive_console && con != exclusive_console)
> > continue;
> > if ((con->flags & CON_ENABLED) && con->write &&
> > (cpu_online(smp_processor_id()) ||
>
> Are you sure you want this in the tree? I don't feel comfortable making
> this fix just for one staging driver right now, do you?

Oops no thats a debugging hack while using netconsole to chase out the
bug.. that bit shouldn't be there !


\
 
 \ /
  Last update: 2011-08-26 20:37    [W:0.118 / U:0.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site