patch-1.3.54 linux/arch/alpha/mm/init.c

Next file: linux/arch/i386/kernel/smp.c
Previous file: linux/arch/alpha/kernel/bios32.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.53/linux/arch/alpha/mm/init.c linux/arch/alpha/mm/init.c
@@ -21,7 +21,6 @@
 #include <asm/pgtable.h>
 #include <asm/hwrpb.h>
 
-extern void scsi_mem_init(unsigned long);
 extern void die_if_kernel(char *,struct pt_regs *,long);
 extern void show_net_buffers(void);
 
@@ -154,11 +153,6 @@
 		mem_map[MAP_NR(tmp)].reserved = 1;
 		tmp += PAGE_SIZE;
 	}
-
-
-#ifdef CONFIG_SCSI
-	scsi_mem_init(high_memory);
-#endif
 
 	for (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) {
 		if (mem_map[MAP_NR(tmp)].reserved)

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