summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-12-16 10:24:20 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-12-16 10:24:35 +0100
commit8049ce54e8bd5ccf7570b9c181877ad071533659 (patch)
tree488e375c9096ca23a8623051adb6617607fd6b56 /recipes-kernel/linux
parentc892c94b622c8362cf5092345b93325addd234f1 (diff)
linux-toradex-rt_4.14-2.0.x: cleanup patch comment
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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>