summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch b/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch
new file mode 100644
index 0000000..1463abf
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch
@@ -0,0 +1,11 @@
+--- b/kernel/cpu.c
++++ a/kernel/cpu.c
+@@ -2201,8 +2201,6 @@
+ */
+ void __init boot_cpu_hotplug_init(void)
+ {
+-#ifdef CONFIG_SMP
+ this_cpu_write(cpuhp_state.booted_once, true);
+-#endif
+ this_cpu_write(cpuhp_state.state, CPUHP_ONLINE);
+ }