20 Jan, 2016
1 commit
-
The IRQ_POLL_F_SCHED bit is set as long as polling is ongoing.
This means that irq_poll_sched() must proceed if this bit has
not yet been set.Fixes: commit ea51190c0315 ("irq_poll: fold irq_poll_sched_prep into irq_poll_sched").
Signed-off-by: Bart Van Assche
Reviewed-by: Christoph Hellwig
Reviewed-by: Sagi Grimberg
Signed-off-by: Doug Ledford
12 Dec, 2015
5 commits
-
Signed-off-by: Christoph Hellwig
Reviewed-by: Bart Van Assche -
Signed-off-by: Christoph Hellwig
Reviewed-by: Bart Van Assche -
There is no good reason to keep them apart, and this makes using the API
a bit simpler.Signed-off-by: Christoph Hellwig
Reviewed-by: Bart Van Assche -
There is no good reason to start out disabled - drivers can control if
the poll instance can be scheduled by simply not scheduling it yet.Signed-off-by: Christoph Hellwig
Reviewed-by: Bart Van Assche -
The new name is irq_poll as iopoll is already taken. Better suggestions
welcome.Signed-off-by: Christoph Hellwig
Reviewed-by: Bart Van Assche