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
- Lines: 9
- Date:
2004-08-07 16:26:04.609344928 -0700
- Orig file:
linux-2.4.26/arch/sparc/prom/memory.c
- Orig date:
2000-01-31 23:37:19.000000000 -0800
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)