Hi, On Thu, 18 May 2006 14:00:23 +0400 dmitry pervushin <dpervushin@xxxxxxxxxxxxx> wrote: > Index: linux-malta/arch/mips/emma2rh/markeins/int-handler.S > =================================================================== > --- /dev/null > +++ linux-malta/arch/mips/emma2rh/markeins/int-handler.S You should rewrite the assembler interrupt handler to C code. > Index: linux-malta/arch/mips/emma2rh/markeins/setup.c > =================================================================== > --- /dev/null > +++ linux-malta/arch/mips/emma2rh/markeins/setup.c > @@ -0,0 +1,208 @@ <snip> > +} > + > +early_initcall(platform_setup); early_initcall() already haven't existed. You should use plat_setup(). Yoichi