Skip to content

Commit

Permalink
sched/numa: Drop idx field of task_numa_env struct
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wanpeng Li authored and Ingo Molnar committed Dec 5, 2013
1 parent e6c390f commit 40ea2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/fair.c
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ struct task_numa_env {

struct numa_stats src_stats, dst_stats;

int imbalance_pct, idx;
int imbalance_pct;

struct task_struct *best_task;
long best_imp;
Expand Down

0 comments on commit 40ea2b4

Please sign in to comment.