patch-2.4.4 linux/arch/sparc64/kernel/auxio.c

Next file: linux/arch/sparc64/kernel/check_asm.sh
Previous file: linux/arch/sparc64/kernel/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.3/linux/arch/sparc64/kernel/auxio.c linux/arch/sparc64/kernel/auxio.c
@@ -57,12 +57,8 @@
 			return;
 		}
 #endif
-		if (central_bus || this_is_starfire || (tlb_type == cheetah)) {
-			auxio_register = 0UL;
-			return;
-		}
-		prom_printf("Cannot find auxio node, cannot continue...\n");
-		prom_halt();
+		auxio_register = 0UL;
+		return;
 	}
 
 	/* Map the register both read and write */

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