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

Next file: linux/arch/arm/mm/ioremap.c
Previous file: linux/arch/arm/lib/io.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/arch/arm/mm/init.c linux/arch/arm/mm/init.c
@@ -35,8 +35,6 @@
 static unsigned long totalram_pages;
 pgd_t swapper_pg_dir[PTRS_PER_PGD];
 
-extern void show_net_buffers(void);
-
 /*
  * empty_bad_page is the page that is used for page faults when
  * linux is out-of-memory. Older versions of linux just did a
@@ -157,9 +155,6 @@
 	printk("%ld page tables cached\n", pgtable_cache_size);
 #endif
 	show_buffers();
-#ifdef CONFIG_NET
-	show_net_buffers();
-#endif
 }
 
 /*

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