| To: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
|---|---|
| Subject: | Re: [PATCH][MIPS] Use CP0 Count register to implement more granular ndelay |
| From: | VomLehn <dvomlehn@cisco.com> |
| Date: | Fri, 13 Mar 2009 10:35:17 -0700 |
| Authentication-results: | sj-dkim-1; header.From=dvomlehn@cisco.com; dkim=pass ( sig from cisco.com/sjdkim1004 verified; ); |
| Cc: | Linux MIPS Mailing List <linux-mips@linux-mips.org>, Ralf Baechle <ralf@linux-mips.org> |
| Dkim-signature: | v=1; a=rsa-sha256; q=dns/txt; l=682; t=1236965718; x=1237829718; c=relaxed/simple; s=sjdkim1004; h=Content-Type:From:Subject:Content-Transfer-Encoding:MIME-Version; d=cisco.com; i=dvomlehn@cisco.com; z=From:=20VomLehn=20<dvomlehn@cisco.com> |Subject:=20Re=3A=20[PATCH][MIPS]=20Use=20CP0=20Count=20reg ister=20to=20implement=20more=0A=09granular=20ndelay |Sender:=20; bh=n3QdEWEVP7gSMvXs0S30038vmvSBRdo0R5umiJ5Twhg=; b=U+n2qriiY3NC1eol+pf1qejtYaQP0nXCy7uNaj7cp+9gH1dg5UhUJmgX4G 54BClFsK5FClrB/SoyhfHHmwMZJwxVZoQrb5jBTu1pcg0Q8WAHSpHOq1s0oX Eq//kWi6RZUzIpq8lvBZ4/STMp1/0MdEcl7qu3U6Pus74w4Sd8/D8=; |
| In-reply-to: | <20090313092906.GA6526@alpha.franken.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <20090312032850.GA9379@cuplxvomd02.corp.sa.net> <20090313092906.GA6526@alpha.franken.de> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.18 (2008-05-17) |
On Fri, Mar 13, 2009 at 10:29:07AM +0100, Thomas Bogendoerfer wrote: > On Wed, Mar 11, 2009 at 08:28:50PM -0700, VomLehn wrote: > > # > > +# Collect various processors by instruction family > > +# > > +config MIPS1 > > + bool > > + default y if CPU_R3000 || CPU_TX39XX > > + > > +config MIPS2 > > + bool > > + default y if CPU_R6000 > > + > > +config MIPS3 > > + bool > > + default y if CPU_LOONGSON2 || CPU_R4300 || CPU_R4X00 || CPU_TX49XX || \ > > + CPU_VR41XX > > + > > +config MIPS4 > > + bool > > + default y if CPU_R8000 || CPU_R10000 > > + > > what about all the R5k CPUs ? Excellent question. What are their names and what is their ISA called? |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | MIPS: EMMA2RH: Use handle_edge_irq() handler for GPIO interrupts, Shinya Kuribayashi |
|---|---|
| Next by Date: | Re: fix oops in dma_unmap_page on not coherent mips platforms, Ralf Baechle |
| Previous by Thread: | Re: [PATCH][MIPS] Use CP0 Count register to implement more granular ndelay, Ralf Baechle |
| Next by Thread: | [PATCH] MIPS: fix TIF_32BIT undefined problem when seccomp is disabled, Zhang Le |
| Indexes: | [Date] [Thread] [Top] [All Lists] |