]> git.neil.brown.name Git - history.git/commit
[PATCH] ppc: Disable IRQ probe on ppc
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 22 Oct 2004 00:31:42 +0000 (17:31 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 22 Oct 2004 00:31:42 +0000 (17:31 -0700)
commit3db521caf29cd06e94e2ed294aae2f48643b23cc
tree245aac7f4cc964134bb5f1ecaf053be06b69d494
parente206f3932de4e058def167fcaf42cf34b2804b79
[PATCH] ppc: Disable IRQ probe on ppc

The current "generic" implementation of IRQ probing isn't well suited
for ppc in it's current form, and causes issues with yenta_socket
(and possibly others) on pmac laptops. We didn't have a probe implementation
in the past, we probably don't need one anyway, so for now, the fix is to
make this optional and enable it on x86 and x86_64 but not ppc and ppc64
(the 4 archs to use the generic IRQ code).

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/Kconfig
arch/x86_64/Kconfig
include/linux/interrupt.h
kernel/irq/Makefile