On Wed, Feb 28, 2007 at 09:55:28AM +0800, dejo wrote: > Hello! I would like to ask what replaced early_initcall in the > 2.6.18.4kernel. What you need to change is o remove the early_initcall() line. o rename the function invoked by early_initcall to plat_mem_setup and change its prototype to: "void __init plat_mem_setup(void)". Ralf