]> Git Repo - linux.git/commit
sched: Deal with non-atomic min_vruntime reads on 32bits
authorPeter Zijlstra <[email protected]>
Tue, 5 Apr 2011 15:23:48 +0000 (17:23 +0200)
committerIngo Molnar <[email protected]>
Thu, 14 Apr 2011 06:52:37 +0000 (08:52 +0200)
commit3fe1698b7fe05aeb063564e71e40d09f28d8e80c
treed068bd6a075cd85c64a040cf9fc8e661f8be00a8
parent74f8e4b2335de45485b8d5b31a504747f13c8070
sched: Deal with non-atomic min_vruntime reads on 32bits

In order to avoid reading partial updated min_vruntime values on 32bit
implement a seqcount like solution.

Reviewed-by: Frank Rowand <[email protected]>
Signed-off-by: Peter Zijlstra <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Nick Piggin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Andrew Morton <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
kernel/sched.c
kernel/sched_fair.c
This page took 0.052612 seconds and 4 git commands to generate.