10ebba4b42123a933345e464e3052eef parent 80dd99b368cf6501be88ab517bbbb5bf352b75b8 author Luis Henriques 1237233542 +0000 committer Ingo Molnar 1237287881 +0100 sched: small optimisation of can_migrate_task() There were 3 invocations of task_hot() in can_migrate_task(). Replace these 3 invocations by only one invocation, cached in a local variable. Signed-off-by: Luis Henriques LKML-Reference: <20090316195902.GA6197@hades.domain.com> Signed-off-by: Ingo Molnar –Lą†œ