On Tue, 22 Nov 2005, David Woodhouse wrote: > > This is true. If we're suddenly going to start pretending that IRQ 0 > isn't a valid interrupt merely on the basis that "x86 doesn't use it"¹, > then we can't really go making an exception to allow us to use IRQ 0 on > i386. Of _course_ "irq0" is a valid irq. On PC's, it's usually the timer interrupt. It's the "dev->irq" _cookie_ zero that means it is does not have an irq. If you have a physical "irq 0" that is bound to a device, it needs a cookie, and that cookie can't be 0, because that means the device has no interrupt. How hard is that to understand? Why do people mix these up? Linus
- Follow-Ups:
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: David Woodhouse <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- References:
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Linus Torvalds <[email protected]>
- [PATCH 4/5] Centralise NO_IRQ definition
- From: Matthew Wilcox <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: David Howells <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Matthew Wilcox <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Matthew Wilcox <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Matthew Wilcox <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Linus Torvalds <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Ingo Molnar <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Paul Mackerras <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Alan Cox <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: David Woodhouse <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: Alan Cox <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: David Howells <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- From: David Woodhouse <[email protected]>
- Re: [PATCH 4/5] Centralise NO_IRQ definition
- Prev by Date: [PATCH] minor clean up and update to tlclk.c for 2.6.15-rc2-git2
- Next by Date: Re: what is our answer to ZFS?
- Previous by thread: Re: [PATCH 4/5] Centralise NO_IRQ definition
- Next by thread: Re: [PATCH 4/5] Centralise NO_IRQ definition
- Index(es):