| To: | dpervushin@ru.mvista.com |
|---|---|
| Subject: | Re: [PATCH] NEC EMMA2RH support |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Thu, 18 May 2006 19:54:04 +0900 |
| Cc: | yoichi_yuasa@tripeaks.co.jp, ralf@linux-mips.org, linux-mips@linux-mips.org |
| In-reply-to: | <1147946423.8223.4.camel@diimka-laptop> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1147946423.8223.4.camel@diimka-laptop> |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi, On Thu, 18 May 2006 14:00:23 +0400 dmitry pervushin <dpervushin@ru.mvista.com> 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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] NEC EMMA2RH support, dmitry pervushin |
|---|---|
| Next by Date: | Re: [PATCH] NEC EMMA2RH support, dmitry pervushin |
| Previous by Thread: | Re: [PATCH] NEC EMMA2RH support, dmitry pervushin |
| Next by Thread: | Re: [PATCH] NEC EMMA2RH support, dmitry pervushin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |