aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2004-10-21 17:31:42 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-10-21 17:31:42 -0700
commit3db521caf29cd06e94e2ed294aae2f48643b23cc (patch)
tree245aac7f4cc964134bb5f1ecaf053be06b69d494 /kernel
parente206f3932de4e058def167fcaf42cf34b2804b79 (diff)
downloadhistory-3db521caf29cd06e94e2ed294aae2f48643b23cc.tar.gz
[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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/irq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/irq/Makefile b/kernel/irq/Makefile
index 66d3be6e4da882..49378738ff5e75 100644
--- a/kernel/irq/Makefile
+++ b/kernel/irq/Makefile
@@ -1,4 +1,5 @@
-obj-y := autoprobe.o handle.o manage.o spurious.o
+obj-y := handle.o manage.o spurious.o
+obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
obj-$(CONFIG_PROC_FS) += proc.o