From: Dmitry Adamushko Date: Mon, 12 May 2008 19:21:15 +0000 (+0200) Subject: sched: check for SD_SERIALIZE atomically in rebalance_domains() X-Git-Tag: v2.6.27-rc1~1105^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d07355f5def74d060333563b36ab51b89fd44cdd;p=pandora-kernel.git sched: check for SD_SERIALIZE atomically in rebalance_domains() Nothing really serious here, mainly just a matter of nit-picking :-/ From: Dmitry Adamushko For CONFIG_SCHED_DEBUG && CONFIG_SYSCT configs, sd->flags can be altered while being manipulated in rebalance_domains(). Let's do an atomic check. We rely here on the atomicity of read/write accesses for aligned words. Signed-off-by: Dmitry Adamushko Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed