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

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

diff -u --recursive --new-file v2.1.105/linux/net/core/profile.c linux/net/core/profile.c
@@ -277,7 +277,7 @@
 	printk("Evaluating net profiler cost ...");
 #if CPU == 586 || CPU == 686
 	if (!(boot_cpu_data.x86_capability & 16)) {
-		panic("Sorry, you CPU does not support tsc. I am dying...\n");
+		printk(KERN_ERR "Sorry, your CPU does not support TSC. Net profiler disabled.\n");
 		return -1;
 	}
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov