]> git.baikalelectronics.ru Git - kernel.git/commit
sched: speed up context-switches a bit
authorIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:18 +0000 (17:00 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 15 Oct 2007 15:00:18 +0000 (17:00 +0200)
commitfb52d82d5f9df0bea8a80b120f74dbfdde2844d3
tree5448c1116966ba96096915e9022241638e5ab7f4
parent7b5d8da595e4aa68cb4611e0fefe9d04eff01af2
sched: speed up context-switches a bit

speed up context-switches a bit by not clearing p->exec_start.

(as a side-effect, this also makes p->exec_start a universal timestamp
available to cache-hot estimations.)

Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/sched_fair.c