summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt-4.14-2.0.x/0001-imx_sc_thermal-prevent-BUG-with-rt-patch.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt-4.14-2.0.x/0001-imx_sc_thermal-prevent-BUG-with-rt-patch.patch b/recipes-kernel/linux/linux-toradex-rt-4.14-2.0.x/0001-imx_sc_thermal-prevent-BUG-with-rt-patch.patch
index c796fa4..4dc1dae 100644
--- a/recipes-kernel/linux/linux-toradex-rt-4.14-2.0.x/0001-imx_sc_thermal-prevent-BUG-with-rt-patch.patch
+++ b/recipes-kernel/linux/linux-toradex-rt-4.14-2.0.x/0001-imx_sc_thermal-prevent-BUG-with-rt-patch.patch
@@ -7,7 +7,7 @@ With the RT patch applied the kernel prints a BUG backtrace during boot:
| BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
-Prevent this by avoiding the smp_processor_id call and just check the both
+Prevent this by avoiding the smp_processor_id call and just check both
CPU clusters which may be there in a i.MX8 series SoC.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>