Re: TIMER_BH in 2.4 kernel

From: George Anzinger
Date: Wed Oct 01 2003 - 19:14:49 EST


Yifan Zhu wrote:
Hi,
I'm looking at the 2.4 kernel. My understanding of the code is that the
TIMER_BH handler is executed when the hardware timer interrupt returns (
after do_IRQ(), but before returning to the interrupted task ). Is that
right?

Thanks for clarification!

Unless there is a bh_lock in effect at the time, in which case it is executed when the lock is released.

-
--
George Anzinger george@xxxxxxxxxx
High-res-timers: http://sourceforge.net/projects/high-res-timers/
Preemption patch: http://www.kernel.org/pub/linux/kernel/people/rml

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/