Re: OpenGL-based framebuffer concepts

From: Antonino A. Daplas
Date: Thu Jun 01 2006 - 17:30:58 EST


Jon Smirl wrote:
> On 6/1/06, Antonino A. Daplas <adaplas@xxxxxxxxx> wrote:
>> Jon Smirl wrote:
>> > On 6/1/06, D. Hazelton <dhazelton@xxxxxxxxx> wrote:
>> >
>>
>> Console writes are done with the console semaphore held. printk will also
>> just write to the log buffer and defer the actual console printing
>> for later, by the next or current process that will grab the semaphore.
>
> That was my original position too. But Alan Cox has drilled it into me
> that this is not acceptable for printks in interrupt context, they
> need to print there and not be deferred.
>

Just to clarify, it's not my position, that's how the current printk code
works.

Tony
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/