On Mon, Jan 09, 2006 at 01:59:34PM +0800, zhuzhenhua wrote: > i download a standard 2.6.14 kernel, and compile it for dbau1100, and > i find the early_initcall(au1x00_setup) was not compiled into the > vmlinux. > and i find at the linux-mips cvs, it used plat_setup instead of early_initcall. > does it means my toolchain is not correct to compile the > early_initcall, or in the standard 2.6.14 kernel, the early_initcall > do not work well? You've downloaded a kernel.org kernel it would seem - doesn't fly for MIPS. Instead get a kernel from linux-mips.org. The early_initcall() construct has been removed. Ralf