From: Jesse Larrew Date: Thu, 7 Jun 2012 21:04:34 +0000 (-0500) Subject: powerpc/vphn: Fix arch_update_cpu_topology() return value X-Git-Tag: v3.6-rc5~13^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79c5fcebfe4021f326a6715009f0b6b622d5df92;p=pandora-kernel.git powerpc/vphn: Fix arch_update_cpu_topology() return value arch_update_cpu_topology() should only return 1 when the topology has actually changed, and should return 0 otherwise. This patch fixes a potential bug where rebuild_sched_domains() would reinitialize the sched domains even when the topology hasn't changed. Signed-off-by: Jesse Larrew Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed