Re: bottom halves queued but not called

From: Daniel Kobras (daniel.kobras@student.uni-tuebingen.de)
Date: Mon Jun 12 2000 - 17:10:56 EST


On Sat, 10 Jun 2000, Sebastien Rougeaux wrote:

> Using debug messages, I can see that the bottom halves are always queued
> when the appropriate event is received, but sometimes not called afterwards.

You're looping in the IRQ handler so it's possible that a task gets queued
multiple times before the immediate task queue is run. This however is
forbidden so the extra queue_task()s are ignored. (You can check this by
testing if task.sync==1 before calling queue_task().)

Regards,

Daniel.

-- 
	GNU/Linux Audio Mechanics - http://www.glame.de
	      GPG Key ID 89BF7E2B - http://www.keyserver.net

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



This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:26 EST