patch-1.3.54 linux/arch/i386/mm/init.c
Next file: linux/arch/mips/mm/init.c
Previous file: linux/arch/i386/kernel/smp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Jan 4 07:50:59 1996
- Orig file:
v1.3.53/linux/arch/i386/mm/init.c
- Orig date:
Wed Nov 8 07:11:30 1995
diff -u --recursive --new-file v1.3.53/linux/arch/i386/mm/init.c linux/arch/i386/mm/init.c
@@ -28,7 +28,6 @@
#undef USE_PENTIUM_MM
#endif
-extern void scsi_mem_init(unsigned long);
extern void die_if_kernel(char *,struct pt_regs *,long);
extern void show_net_buffers(void);
@@ -232,9 +231,6 @@
mem_map[MAP_NR(start_mem)].reserved = 0;
start_mem += PAGE_SIZE;
}
-#ifdef CONFIG_SCSI
- scsi_mem_init(high_memory);
-#endif
for (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) {
if (mem_map[MAP_NR(tmp)].reserved) {
if (tmp >= 0xA0000 && tmp < 0x100000)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this