diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-19 00:27:13 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-03-19 00:27:13 -0400 |
| commit | 2caf470363941b70212a9a843cae02e8e2f751d9 (patch) | |
| tree | 149980ba161b932156c98ee8107594b6f957356f /include/linux | |
| parent | 6c3c3158a81d6a92d335dd27ad9eb43f6b4c664b (diff) | |
| parent | 33b0c4217dcd67b788318c3192a2912b530e4eef (diff) | |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel:
sched: tune multi-core idle balancing
sched: retune wake granularity
sched: wakeup-buddy tasks are cache-hot
sched: improve affine wakeups
sched, net: socket wakeups are sync
sched: clean up wakeup balancing, code flow
sched: clean up wakeup balancing, rename variables
sched: clean up wakeup balancing, move wake_affine()
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 3 | ||||
| -rw-r--r-- | include/linux/topology.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 11d8e9a74eff..3625fcaf5d0f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -929,6 +929,9 @@ struct sched_entity { | |||
| 929 | u64 vruntime; | 929 | u64 vruntime; |
| 930 | u64 prev_sum_exec_runtime; | 930 | u64 prev_sum_exec_runtime; |
| 931 | 931 | ||
| 932 | u64 last_wakeup; | ||
| 933 | u64 avg_overlap; | ||
| 934 | |||
| 932 | #ifdef CONFIG_SCHEDSTATS | 935 | #ifdef CONFIG_SCHEDSTATS |
| 933 | u64 wait_start; | 936 | u64 wait_start; |
| 934 | u64 wait_max; | 937 | u64 wait_max; |
diff --git a/include/linux/topology.h b/include/linux/topology.h index 2352f46160d3..2d8dac8799cf 100644 --- a/include/linux/topology.h +++ b/include/linux/topology.h | |||
| @@ -138,7 +138,6 @@ | |||
| 138 | | SD_BALANCE_FORK \ | 138 | | SD_BALANCE_FORK \ |
| 139 | | SD_BALANCE_EXEC \ | 139 | | SD_BALANCE_EXEC \ |
| 140 | | SD_WAKE_AFFINE \ | 140 | | SD_WAKE_AFFINE \ |
| 141 | | SD_WAKE_IDLE \ | ||
| 142 | | SD_SHARE_PKG_RESOURCES\ | 141 | | SD_SHARE_PKG_RESOURCES\ |
| 143 | | BALANCE_FOR_MC_POWER, \ | 142 | | BALANCE_FOR_MC_POWER, \ |
| 144 | .last_balance = jiffies, \ | 143 | .last_balance = jiffies, \ |
