patch-2.4.0-test9 linux/arch/sparc64/kernel/auxio.c

Next file: linux/arch/sparc64/kernel/central.c
Previous file: linux/arch/sparc64/config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test8/linux/arch/sparc64/kernel/auxio.c linux/arch/sparc64/kernel/auxio.c
@@ -18,6 +18,7 @@
 #include <asm/sbus.h>
 #include <asm/ebus.h>
 #include <asm/fhc.h>
+#include <asm/starfire.h>
 
 /* Probe and map in the Auxiliary I/O register */
 unsigned long auxio_register = 0;
@@ -55,7 +56,7 @@
 			return;
 		}
 #endif
-		if(central_bus) {
+		if(central_bus || this_is_starfire) {
 			auxio_register = 0UL;
 			return;
 		}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)