patch-2.3.43 linux/arch/mips/mm/init.c

Next file: linux/arch/ppc/Makefile
Previous file: linux/arch/m68k/mvme16x/rtc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/arch/mips/mm/init.c linux/arch/mips/mm/init.c
@@ -35,8 +35,6 @@
 #endif
 #include <asm/mmu_context.h>
 
-extern void show_net_buffers(void);
-
 void __bad_pte_kernel(pmd_t *pmd)
 {
 	printk("Bad pmd in pte_alloc_kernel: %08lx\n", pmd_val(*pmd));
@@ -266,9 +264,6 @@
 	printk("%ld pages in page table cache\n",pgtable_cache_size);
 	printk("%d free pages\n", free);
 	show_buffers();
-#ifdef CONFIG_NET
-	show_net_buffers();
-#endif
 }
 
 extern unsigned long free_area_init(unsigned long, unsigned long);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)