patch-2.3.13 linux/arch/sparc64/kernel/devices.c
Next file: linux/arch/sparc64/kernel/ebus.c
Previous file: linux/arch/sparc64/kernel/binfmt_elf32.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Mon Aug  2 22:07:16 1999
-  Orig file: 
v2.3.12/linux/arch/sparc64/kernel/devices.c
-  Orig date: 
Tue May 11 08:24:31 1999
diff -u --recursive --new-file v2.3.12/linux/arch/sparc64/kernel/devices.c linux/arch/sparc64/kernel/devices.c
@@ -7,6 +7,7 @@
 #include <linux/kernel.h>
 #include <linux/tasks.h>
 #include <linux/init.h>
+#include <linux/ioport.h>
 
 #include <asm/page.h>
 #include <asm/oplib.h>
@@ -27,6 +28,10 @@
 	int nd, prom_node_cpu, thismid;
 	int cpu_nds[64];  /* One node for each cpu */
 	int cpu_ctr = 0;
+
+	/* FIX ME FAST... -DaveM */
+	ioport_resource.end = 0xffffffffffffffffUL;
+	iomem_resource.end = 0xffffffffffffffffUL;
 
 	prom_getstring(prom_root_node, "device_type", node_str, sizeof(node_str));
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)