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
- Lines: 9
- Date:
2004-08-07 16:26:04.626345627 -0700
- Orig file:
linux-2.4.26/arch/sparc64/prom/memory.c
- Orig date:
1999-08-31 11:23:30.000000000 -0700
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)