From: Yong Zhang Date: Mon, 14 Sep 2009 12:20:16 +0000 (+0800) Subject: sched: Fix potential NULL derference of doms_cur X-Git-Tag: v2.6.32-rc1~614^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb5fd13f1178dee4302646b2890d884c380160e1;p=pandora-kernel.git sched: Fix potential NULL derference of doms_cur If CONFIG_CPUMASK_OFFSTACK is enabled but doms_cur alloc failed in arch_init_sched_domains(), doms_cur will move back to fallback_doms. But this time, fallback_doms has not been initialized yet. Signed-off-by: Yong Zhang Cc: a.p.zijlstra@chello.nl LKML-Reference: <1252930816-7672-1-git-send-email-yong.zhang0@gmail.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed