summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-04-16 03:50:24 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-04-16 03:53:24 +0200
commit850fb2c12f446023c3d186f6050c9a5fec998266 (patch)
tree2a6654541011544ca34fb3357eeb8986b401aca2 /recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002b.patch
parenta5f5d85e52717e136e692478fb5d822c1ce70046 (diff)
linux-toradex-rt: fix it again
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
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);
- }