.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SYNCHRONIZE_IRQ" "9" "09 October 2005" "" "" .SH NAME synchronize_irq \- wait for pending IRQ handlers (on other CPUs) .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void synchronize_irq (unsigned int \fIirq\fB); \fR .SH "ARGUMENTS" .TP \fB\fIirq\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP This function waits for any pending IRQ handlers for this interrupt to complete before returning. If you use this function while holding a resource the IRQ handler may need you will deadlock. .PP This function may be called - with care - from IRQ context.