patch-2.3.43 linux/arch/sh/mm/init.c
Next file: linux/arch/sparc/config.in
Previous file: linux/arch/ppc/xmon/xmon.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Feb 9 20:08:09 2000
- Orig file:
v2.3.42/linux/arch/sh/mm/init.c
- Orig date:
Sun Nov 7 16:37:34 1999
diff -u --recursive --new-file v2.3.42/linux/arch/sh/mm/init.c linux/arch/sh/mm/init.c
@@ -41,7 +41,6 @@
static unsigned long totalram_pages = 0;
static unsigned long totalhigh_pages = 0;
-extern void show_net_buffers(void);
extern unsigned long init_smp_mappings(unsigned long);
/*
@@ -173,9 +172,6 @@
printk("%d pages swap cached\n",cached);
printk("%ld pages in page table cache\n",pgtable_cache_size);
show_buffers();
-#ifdef CONFIG_NET
- show_net_buffers();
-#endif
}
/* References to section boundaries */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)