* [PATCH] fix sn2 pci discovery in generic kernels
@ 2003-10-07 20:42 Jesse Barnes
0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2003-10-07 20:42 UTC (permalink / raw)
To: linux-ia64
Don't try to use the sn2 I/O code if we're not on sn2 or we may get into
trouble. Only makes a difference for generic kernels.
Thanks,
Jesse
=== arch/ia64/sn/io/machvec/pci_bus_cvlink.c 1.10 vs edited ==--- 1.10/arch/ia64/sn/io/machvec/pci_bus_cvlink.c Mon Sep 8 05:12:36 2003
+++ edited/arch/ia64/sn/io/machvec/pci_bus_cvlink.c Tue Oct 7 11:39:30 2003
@@ -863,6 +863,9 @@
int i = 0;
struct pci_controller *controller;
+ if (!ia64_platform_is("sn2"))
+ return 0;
+
/*
* set pci_raw_ops, etc.
*/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-10-07 20:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-07 20:42 [PATCH] fix sn2 pci discovery in generic kernels Jesse Barnes
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.