diff options
| author | Ingo Molnar <mingo@elte.hu> | 2009-01-05 07:53:39 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2009-01-05 07:53:39 -0500 |
| commit | 5359c32eb7402124abc9964d5d53639fe0739cea (patch) | |
| tree | d77b6967fe8420678bb9d1d936855ac0699c196a /include/linux/topology.h | |
| parent | 8916edef5888c5d8fe283714416a9ca95b4c3431 (diff) | |
| parent | fe0bdec68b77020281dc814805edfe594ae89e0f (diff) | |
Merge branch 'linus' into sched/urgent
Diffstat (limited to 'include/linux/topology.h')
| -rw-r--r-- | include/linux/topology.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/topology.h b/include/linux/topology.h index 0c5b5ac36d8e..e632d29f0544 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h | |||
| @@ -125,7 +125,8 @@ int arch_update_cpu_topology(void); | |||
| 125 | | SD_WAKE_AFFINE \ | 125 | | SD_WAKE_AFFINE \ |
| 126 | | SD_WAKE_BALANCE \ | 126 | | SD_WAKE_BALANCE \ |
| 127 | | SD_SHARE_PKG_RESOURCES\ | 127 | | SD_SHARE_PKG_RESOURCES\ |
| 128 | | BALANCE_FOR_MC_POWER, \ | 128 | | sd_balance_for_mc_power()\ |
| 129 | | sd_power_saving_flags(),\ | ||
| 129 | .last_balance = jiffies, \ | 130 | .last_balance = jiffies, \ |
| 130 | .balance_interval = 1, \ | 131 | .balance_interval = 1, \ |
| 131 | } | 132 | } |
| @@ -150,7 +151,8 @@ int arch_update_cpu_topology(void); | |||
| 150 | | SD_BALANCE_FORK \ | 151 | | SD_BALANCE_FORK \ |
| 151 | | SD_WAKE_AFFINE \ | 152 | | SD_WAKE_AFFINE \ |
| 152 | | SD_WAKE_BALANCE \ | 153 | | SD_WAKE_BALANCE \ |
| 153 | | BALANCE_FOR_PKG_POWER,\ | 154 | | sd_balance_for_package_power()\ |
| 155 | | sd_power_saving_flags(),\ | ||
| 154 | .last_balance = jiffies, \ | 156 | .last_balance = jiffies, \ |
| 155 | .balance_interval = 1, \ | 157 | .balance_interval = 1, \ |
| 156 | } | 158 | } |
