Benjamin Herrenschmidt <[email protected]> wrote: > No, you do a chain handler. Look at how I do it in > arch/powerpc/platform/pseries/setup.c for example. It's actually > trivial. You install a special flow handler (which means that there is > very little overhead, almost none, from the toplevel irq to the chained > irq). You can _also_ if you want just install an IRQ handler for the > cascaded controller and call generic_handle_irq (rather than __do_IRQ) > from it, but that has more overhead. A chained handler completely > relaces the flow handler for the cascade, and thus, if you don't need > all of the nits and bits of the other flow handlers for your cascade, > you can speed things up by hooking at that level. Please update Documentation/DocBook/genericirq.tmpl. That doesn't mention it. David - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: David Howells <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- References:
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: Benjamin Herrenschmidt <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: Ingo Molnar <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: john stultz <[email protected]>
- 2.6.18-rc5-mm1: {dis,en}able_irq_lockdep_irqrestore compile error
- From: Adrian Bunk <[email protected]>
- 2.6.18-rc5-mm1
- From: Andrew Morton <[email protected]>
- [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: David Howells <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: David Howells <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: David Howells <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: David Howells <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- From: David Howells <[email protected]>
- Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- Prev by Date: Re: [PATCH] FRV: Use the generic IRQ stuff
- Next by Date: Re: [RFC] e-mail clients
- Previous by thread: Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- Next by thread: Re: [PATCH] FRV: do_gettimeofday() should no longer use tickadj
- Index(es):