.\" 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 "DISABLE_IRQ_NOSYNC" "9" "09 October 2005" "" "" .SH NAME disable_irq_nosync \- disable an irq without waiting .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void disable_irq_nosync (unsigned int \fIirq\fB); \fR .SH "ARGUMENTS" .TP \fB\fIirq\fB\fR Interrupt to disable .SH "DESCRIPTION" .PP Disable the selected interrupt line. Disables and Enables are nested. Unlike \fBdisable_irq\fR, this function does not ensure existing instances of the IRQ handler have completed before returning. .PP This function may be called from IRQ context.