All of lore.kernel.org
 help / color / mirror / Atom feed
* SMP busted on non-cpu-hotplug systems
@ 2006-03-25 10:42 David S. Miller
  2006-03-25 11:47 ` Andrew Morton
  0 siblings, 1 reply; 8+ messages in thread
From: David S. Miller @ 2006-03-25 10:42 UTC (permalink / raw)
  To: linux-kernel


I just noticed this on sparc64, as I lost 31 cpus on my
Niagara box due to it :)

boot_cpu_init() sets the boot processor ID in cpu_present_map.

But fixup_cpu_present_map() will only populate the cpu_present_map if
it is empty, which it won't be because of what boot_cpu_init() just
did.

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

end of thread, other threads:[~2006-03-25 12:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-25 10:42 SMP busted on non-cpu-hotplug systems David S. Miller
2006-03-25 11:47 ` Andrew Morton
2006-03-25 11:59   ` David S. Miller
2006-03-25 12:06     ` Andrew Morton
2006-03-25 12:05   ` Russell King
2006-03-25 12:06     ` David S. Miller
2006-03-25 12:15     ` Andrew Morton
2006-03-25 12:53       ` Russell King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.