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

Next file: linux-2.4.27/arch/x86_64/boot/bootsect.S
Previous file: linux-2.4.27/arch/sparc64/mm/init.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.26/arch/sparc64/prom/memory.c linux-2.4.27/arch/sparc64/prom/memory.c
@@ -114,7 +114,7 @@
 		prom_prom_taken[iter].num_bytes =
 			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)