[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: timer interrupt
this would do the job nicely. is it the add_timer() function that i have
to use to register my code so that it will get called when timer_bh gets
called? what do i have to fill in the "expires" field of timer_list to
get my code called at every IRQ0, not just once?
thnx,
geert.
Raghu R. Arur wrote:
> instead of changing the timer interrupt why dont u use timer_bh or
> immediate_bh bottom halves of timer interrupt. i mean u can register ur
> code to be executed every timer interrupt if u register to these bottom
> halves.
>
> hth,
> raghu
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/