[PATCH v3 04/12] sched/numa: use wrapper function task_node to get node which task is on

2013-12-07 Thread Wanpeng Li
Changelog: v2 -> v3: * tranlate cpu_to_node(task_cpu(p)) to task_node(p) in sched/debug.c Use wrapper function task_node to get node which task is on. Acked-by: Mel Gorman Reviewed-by: Naoya Horiguchi Reviewed-by: Rik van Riel Signed-off-by: Wanpeng Li --- kernel/sched/debug.c |2 +-

[PATCH v3 04/12] sched/numa: use wrapper function task_node to get node which task is on

2013-12-07 Thread Wanpeng Li
Changelog: v2 - v3: * tranlate cpu_to_node(task_cpu(p)) to task_node(p) in sched/debug.c Use wrapper function task_node to get node which task is on. Acked-by: Mel Gorman mgor...@suse.de Reviewed-by: Naoya Horiguchi n-horigu...@ah.jp.nec.com Reviewed-by: Rik van Riel r...@redhat.com