aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/sched.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 656b035c30e5..439a153b8403 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -877,8 +877,6 @@ enum cpu_idle_type {
877#define SD_OVERLAP 0x2000 /* sched_domains of this level overlap */ 877#define SD_OVERLAP 0x2000 /* sched_domains of this level overlap */
878#define SD_NUMA 0x4000 /* cross-node balancing */ 878#define SD_NUMA 0x4000 /* cross-node balancing */
879 879
880extern int __weak arch_sd_sibiling_asym_packing(void);
881
882#ifdef CONFIG_SCHED_SMT 880#ifdef CONFIG_SCHED_SMT
883static inline const int cpu_smt_flags(void) 881static inline const int cpu_smt_flags(void)
884{ 882{