public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sched: re-add removed arch_update_cpu_topology call
@ 2008-12-09 17:49 Heiko Carstens
  2008-12-09 17:49 ` [PATCH 1/2] sched: let arch_update_cpu_topology indicate if topology changed Heiko Carstens
  2008-12-09 17:49 ` [PATCH 2/2] sched: add missing arch_update_cpu_topology() call Heiko Carstens
  0 siblings, 2 replies; 3+ messages in thread
From: Heiko Carstens @ 2008-12-09 17:49 UTC (permalink / raw)
  To: akpm, mingo; +Cc: linux-kernel

arch_reinit_sched_domains used to call arch_update_cpu_topology
via arch_init_sched_domains. This call got lost with
e761b7725234276a802322549cee5255305a0930 ("cpu hotplug, sched: Introduce
cpu_active_map and redo sched domain managment (take 2)".

So we might end up with outdated and missing cpus in the cpu core
maps (architecture used to call arch_reinit_sched_domains if cpu
topology changed).

This patch set changes arch_update_cpu_topology so that it can indicate
if the cpu topology changed and adds a call to arch_update_cpu_topology
in partition_sched_domains which gets called whenever scheduling domains
get updated. Which is what is supposed to happen when cpu topology changes.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-12-09 17:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-09 17:49 [PATCH 0/2] sched: re-add removed arch_update_cpu_topology call Heiko Carstens
2008-12-09 17:49 ` [PATCH 1/2] sched: let arch_update_cpu_topology indicate if topology changed Heiko Carstens
2008-12-09 17:49 ` [PATCH 2/2] sched: add missing arch_update_cpu_topology() call Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox