On Nov 17, 2007 9:02 AM, Rene Herman <[EMAIL PROTECTED]> wrote:
> On 17-11-07 05:56, Peter Teoh wrote:
> You get a scary "scheduling while atomic" message in the kernel log. In
> atomic context, which is the context you're in inside an interrupt handler,
> you must never do things which can cause you to sleep including accessing
> memory which could be swapped out -- which fortunately does not include any
> kernel-space memory.

Ah, the kernel things are never swapped out. I guess it makes sense
now! Thanks everybody :)

Vegard

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to