sched/numa: Rename variables in task_numa_fault()
authorRik van Riel <riel@redhat.com>
Mon, 27 Jan 2014 22:03:47 +0000 (17:03 -0500)
committerIngo Molnar <mingo@kernel.org>
Tue, 28 Jan 2014 14:03:19 +0000 (15:03 +0100)
commit58b46da336a9312b2e21bb576d1c2c484dbf6257
treeb6e5f1fb54eebb9f1d02c1435133b125dc110275
parent35664fd41e1c8cc4f0b89f6a51db5af39ba50640
sched/numa: Rename variables in task_numa_fault()

We track both the node of the memory after a NUMA fault, and the node
of the CPU on which the fault happened. Rename the local variables in
task_numa_fault to make things more explicit.

Suggested-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Rik van Riel <riel@redhat.com>
Acked-by: Mel Gorman <mgorman@suse.de>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Cc: Chegu Vinod <chegu_vinod@hp.com>
Link: http://lkml.kernel.org/r/1390860228-21539-9-git-send-email-riel@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/fair.c