patch-2.4.27 linux-2.4.27/arch/sparc/prom/memory.c

Next file: linux-2.4.27/arch/sparc64/Makefile
Previous file: linux-2.4.27/arch/sparc/mm/fault.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/arch/sparc/prom/memory.c linux-2.4.27/arch/sparc/prom/memory.c
@@ -156,7 +156,7 @@
 			prom_prom_taken[iter].num_bytes =
 				(unsigned long) prom_reg_memlist[iter].reg_size;
 			prom_prom_taken[iter].theres_more =
-				&prom_phys_total[iter+1];
+				&prom_prom_taken[iter+1];
 		}
 		prom_prom_taken[iter-1].theres_more = 0x0;
 

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