patch-2.3.47 linux/net/core/profile.c

Next file: linux/net/core/rtnetlink.c
Previous file: linux/net/core/dev_mcast.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.46/linux/net/core/profile.c linux/net/core/profile.c
@@ -271,12 +271,6 @@
 	register_netdevice(&whitehole_dev);
 
 	printk("Evaluating net profiler cost ...");
-#if CPU == 586 || CPU == 686
-	if (!(boot_cpu_data.x86_capability & X86_FEATURE_TSC)) {
-		printk(KERN_ERR "Sorry, your CPU does not support TSC. Net profiler disabled.\n");
-		return -1;
-	}
-#endif
 #ifdef __alpha__
 	alpha_tick(0);
 #endif

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