[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: printk in interrupt handlers?



Hi Dong Feng
My understanding is that a *sleep* operation may cause block, but a
*wake-up* operation never. And I heard that it is safe to invoke
printk() in an interrupt handler. Of course not put printk() in
__switch_to(), but that seems because of some other reason.
Maybe you're right. My other idea is, since printk deals with console output, maybe if you are doing it inside an interrupt handler that directly or indirectly deal with console, then it will trigger oops.

Just another 2 cents speculation.

regards,

Mulyadi


-- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/