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, 0 insertions, 11 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
deleted file mode 100644
index 1463abf..0000000
--- a/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
- }