I noticed in this patch that you removed the rest_init() function. The
reason it was split from start_kernel() is that there was a race where
init memory could be freed before the call to cpu_idle(). Note that
start_kernel() is marked __init and rest_init() is not.
--Brian Gerst - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/