mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: hide 'TSC calibration failed' kernel message
This commit is contained in:
parent
1bdf8ab97b
commit
5174fe32f8
12
packages/linux/patches/linux-900-hide_tsc_error.patch
Executable file
12
packages/linux/patches/linux-900-hide_tsc_error.patch
Executable file
@ -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:
|
Loading…
x
Reference in New Issue
Block a user