patch-2.3.42 linux/arch/sparc/prom/memory.c
Next file: linux/arch/sparc/prom/mp.c
Previous file: linux/arch/sparc/prom/init.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jan 31 23:37:19 2000
- Orig file:
v2.3.41/linux/arch/sparc/prom/memory.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.41/linux/arch/sparc/prom/memory.c linux/arch/sparc/prom/memory.c
@@ -1,4 +1,4 @@
-/* $Id: memory.c,v 1.14 1999/08/31 06:54:46 davem Exp $
+/* $Id: memory.c,v 1.15 2000/01/29 01:09:12 anton Exp $
* memory.c: Prom routine for acquiring various bits of information
* about RAM on the machine, both virtual and physical.
*
@@ -194,19 +194,6 @@
#endif
break;
- case PROM_AP1000:
-#if CONFIG_AP1000
- /* really simple memory map */
- prom_phys_total[0].start_adr = 0x00000000;
- prom_phys_total[0].num_bytes = ap_memory_size();
- prom_phys_total[0].theres_more = 0x0;
- prom_prom_taken[0].start_adr = 0x00000000;
- prom_prom_taken[0].num_bytes = 0x00000000;
- prom_prom_taken[0].theres_more = 0x0;
- prom_phys_avail[0].start_adr = 0x00000000;
- prom_phys_avail[0].num_bytes = prom_phys_total[0].num_bytes;
- prom_phys_avail[0].theres_more = 0x0;
-#endif
default:
break;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)