diff options
| author | Wanpeng Li <liwanp@linux.vnet.ibm.com> | 2013-12-05 06:10:17 -0500 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2013-12-05 07:38:36 -0500 |
| commit | 40ea2b42d7c44386cf81d5636d574193da2c8df2 (patch) | |
| tree | 8b9ab97b9c5ed90eded650764428babd5eef69a6 | |
| parent | e6c390f2dfd04c165ce45b0032f73fba85b1f282 (diff) | |
sched/numa: Drop idx field of task_numa_env struct
Drop unused idx field of task_numa_env struct.
Signed-off-by: Wanpeng Li <liwanp@linux.vnet.ibm.com>
Reviewed-by: Rik van Riel <riel@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mel Gorman <mgorman@suse.de>
Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/1386241817-5051-2-git-send-email-liwanp@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
| -rw-r--r-- | kernel/sched/fair.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index a566c0739f77..49aa01f9d4fd 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c | |||
| @@ -1037,7 +1037,7 @@ struct task_numa_env { | |||
| 1037 | 1037 | ||
| 1038 | struct numa_stats src_stats, dst_stats; | 1038 | struct numa_stats src_stats, dst_stats; |
| 1039 | 1039 | ||
| 1040 | int imbalance_pct, idx; | 1040 | int imbalance_pct; |
| 1041 | 1041 | ||
| 1042 | struct task_struct *best_task; | 1042 | struct task_struct *best_task; |
| 1043 | long best_imp; | 1043 | long best_imp; |
