From 5174fe32f85726f394d34c2a7cd7ae660dc7b815 Mon Sep 17 00:00:00 2001 From: vpeter4 Date: Sun, 10 Feb 2013 11:45:59 +0100 Subject: [PATCH] linux: hide 'TSC calibration failed' kernel message --- .../linux/patches/linux-900-hide_tsc_error.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 packages/linux/patches/linux-900-hide_tsc_error.patch diff --git a/packages/linux/patches/linux-900-hide_tsc_error.patch b/packages/linux/patches/linux-900-hide_tsc_error.patch new file mode 100755 index 0000000000..61b73b69b0 --- /dev/null +++ b/packages/linux/patches/linux-900-hide_tsc_error.patch @@ -0,0 +1,12 @@ +diff -uNr linux-3.6.4-orig/arch/x86/kernel/tsc.c linux-3.6.4-new/arch/x86/kernel/tsc.c +--- linux-3.6.4-orig/arch/x86/kernel/tsc.c 2012-11-03 14:19:55.000000000 +0100 ++++ linux-3.6.4-new/arch/x86/kernel/tsc.c 2012-11-03 14:23:05.000000000 +0100 +@@ -374,7 +374,7 @@ + goto success; + } + } +- pr_err("Fast TSC calibration failed\n"); ++ pr_info("Fast TSC calibration failed\n"); + return 0; + + success: