diff options
Diffstat (limited to 'include/linux/topology.h')
| -rw-r--r-- | include/linux/topology.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h index d3cf0d6e7712..12ae6ce997d6 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h | |||
| @@ -106,6 +106,8 @@ int arch_update_cpu_topology(void); | |||
| 106 | .last_balance = jiffies, \ | 106 | .last_balance = jiffies, \ |
| 107 | .balance_interval = 1, \ | 107 | .balance_interval = 1, \ |
| 108 | .smt_gain = 1178, /* 15% */ \ | 108 | .smt_gain = 1178, /* 15% */ \ |
| 109 | .max_newidle_lb_cost = 0, \ | ||
| 110 | .next_decay_max_lb_cost = jiffies, \ | ||
| 109 | } | 111 | } |
| 110 | #endif | 112 | #endif |
| 111 | #endif /* CONFIG_SCHED_SMT */ | 113 | #endif /* CONFIG_SCHED_SMT */ |
| @@ -135,6 +137,8 @@ int arch_update_cpu_topology(void); | |||
| 135 | , \ | 137 | , \ |
| 136 | .last_balance = jiffies, \ | 138 | .last_balance = jiffies, \ |
| 137 | .balance_interval = 1, \ | 139 | .balance_interval = 1, \ |
| 140 | .max_newidle_lb_cost = 0, \ | ||
| 141 | .next_decay_max_lb_cost = jiffies, \ | ||
| 138 | } | 142 | } |
| 139 | #endif | 143 | #endif |
| 140 | #endif /* CONFIG_SCHED_MC */ | 144 | #endif /* CONFIG_SCHED_MC */ |
| @@ -166,6 +170,8 @@ int arch_update_cpu_topology(void); | |||
| 166 | , \ | 170 | , \ |
| 167 | .last_balance = jiffies, \ | 171 | .last_balance = jiffies, \ |
| 168 | .balance_interval = 1, \ | 172 | .balance_interval = 1, \ |
| 173 | .max_newidle_lb_cost = 0, \ | ||
| 174 | .next_decay_max_lb_cost = jiffies, \ | ||
| 169 | } | 175 | } |
| 170 | #endif | 176 | #endif |
| 171 | 177 | ||
