|
@@ -96,7 +96,8 @@ EXPORT_SYMBOL(synchronize_hardirq);
|
|
|
* to complete before returning. If you use this function while
|
|
* to complete before returning. If you use this function while
|
|
|
* holding a resource the IRQ handler may need you will deadlock.
|
|
* holding a resource the IRQ handler may need you will deadlock.
|
|
|
*
|
|
*
|
|
|
- * This function may be called - with care - from IRQ context.
|
|
|
|
|
|
|
+ * Can only be called from preemptible code as it might sleep when
|
|
|
|
|
+ * an interrupt thread is associated to @irq.
|
|
|
*/
|
|
*/
|
|
|
void synchronize_irq(unsigned int irq)
|
|
void synchronize_irq(unsigned int irq)
|
|
|
{
|
|
{
|