From: Martin Schwidefsky Date: Wed, 24 Sep 2014 14:37:20 +0000 (+0200) Subject: s390/topology: call set_sched_topology early X-Git-Tag: fixes-against-v3.18-rc2~83^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48e9a6c1f54695609b709bf674aac133794ada00;p=pandora-kernel.git s390/topology: call set_sched_topology early The call to topology_init is too late for the set_sched_topology call. The initial scheduling domain structure has already been established with default topology array. Use the smp_cpus_done() call to get the s390 specific topology array registered early enough. Cc: stable@vger.kernel.org # v3.16+ Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed