.\" 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 "MMTIMER_INTERRUPT" "9" "09 October 2005" "" "" .SH NAME mmtimer_interrupt \- timer interrupt handler .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp irqreturn_t mmtimer_interrupt (int \fIirq\fB, void * \fIdev_id\fB, struct pt_regs * \fIregs\fB); \fR .SH "ARGUMENTS" .TP \fB\fIirq\fB\fR irq received .TP \fB\fIdev_id\fB\fR device the irq came from .TP \fB\fIregs\fB\fR register state upon receipt of the interrupt .SH "DESCRIPTION" .PP Called when one of the comarators matches the counter, This routine will send signals to processes that have requested them. .PP This interrupt is run in an interrupt context by the SHUB. It is therefore safe to locally access SHub registers.