cpu_up not called for boot cpu

From: Keith Owens
Date: Tue Jun 27 2006 - 23:39:18 EST


cpu_up() is only called for secondary cpus, not for the boot cpu. That
means that code hooked into the cpu_chain notifier never gets called
for the boot cpu, which prevents additional subsystems from taking
action for the boot cpu. So how are additional subsystems meant to be
initialised for the boot cpu?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/