On Sat, Mar 25, 2006 at 12:24:11PM -0800, [EMAIL PROTECTED] wrote: > A consequence of this (actually of the boot_cpu_init() change) is that the > architecture _must_ populate cpu_present_map itself (probably in > smp_prepare_cpus()). fixup_cpu_present_map() won't do it any more.
The other side effect (though less serious) is that smp_prepare_boot_cpu() no longer needs to mark the boot cpu in the online and present maps - boot_cpu_init() does that for everyone. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
