Searched hist:"8528 ab84ebe7a1eeed9b0acc808df86663d506c0" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/powerpc/platforms/ps3/ |
H A D | interrupt.c | diff 8528ab84ebe7a1eeed9b0acc808df86663d506c0 Tue Aug 28 03:47:55 CDT 2007 Michael Ellerman <michael@ellerman.id.au> [POWERPC] Invert null match behaviour for irq_hosts
Currently if you don't specify a match callback for your irq_host it's assumed you match everything. This is a kind of opt-out approach, and turns out to be the exception rather than the rule.
So change the semantics to be opt-in, ie. you don't match anything unless you provide a match callback. This in itself isn't very useful, but will allow us to provide a default match implementation in a subsequent patch.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | irq.c | diff 8528ab84ebe7a1eeed9b0acc808df86663d506c0 Tue Aug 28 03:47:55 CDT 2007 Michael Ellerman <michael@ellerman.id.au> [POWERPC] Invert null match behaviour for irq_hosts
Currently if you don't specify a match callback for your irq_host it's assumed you match everything. This is a kind of opt-out approach, and turns out to be the exception rather than the rule.
So change the semantics to be opt-in, ie. you don't match anything unless you provide a match callback. This in itself isn't very useful, but will allow us to provide a default match implementation in a subsequent patch.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
|