summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002d.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002d.patch')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002d.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002d.patch b/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002d.patch
deleted file mode 100644
index 853223c..0000000
--- a/recipes-kernel/linux/linux-toradex-rt-4.9-2.3.x/002d.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- b/kernel/cpu.c
-+++ a/kernel/cpu.c
-@@ -2063,15 +2063,6 @@
-
- static int __init cpu_smt_state_init(void)
- {
-- /*
-- * If SMT was disabled by BIOS, detect it here, after the CPUs have
-- * been brought online. This ensures the smt/l1tf sysfs entries are
-- * consistent with reality. Note this may overwrite cpu_smt_control's
-- * previous setting.
-- */
-- if (topology_max_smt_threads() == 1)
-- cpu_smt_control = CPU_SMT_NOT_SUPPORTED;
--
- return sysfs_create_group(&cpu_subsys.dev_root->kobj,
- &cpuhp_smt_attr_group);
- }