| To: | Matteo Croce <technoboy85@gmail.com> |
|---|---|
| Subject: | Re: [PATCH][MIPS][2/7] AR7: mtd partition map |
| From: | Christoph Hellwig <hch@lst.de> |
| Date: | Fri, 21 Sep 2007 10:03:45 +0200 |
| Cc: | J??rn Engel <joern@logfs.org>, Christoph Hellwig <hch@lst.de>, linux-mips@linux-mips.org, Felix Fietkau <nbd@openwrt.org>, Eugene Konev <ejka@imfi.kspu.ru>, linux-mtd@lists.infradead.org, Andrew Morton <akpm@linux-foundation.org>, dwmw2@infradead.org |
| In-reply-to: | <200709210409.23521.technoboy85@gmail.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <200709201728.10866.technoboy85@gmail.com> <20070920193547.GA911@lst.de> <20070920200058.GB1692@lazybastard.org> <200709210409.23521.technoboy85@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.3.28i |
On Fri, Sep 21, 2007 at 04:09:22AM +0200, Matteo Croce wrote: > I use little endian since 99% of AR7s are little endian. Dunno if > le/be32_to_cpu does some runtime calculations. Do they? They do runtime unless the argument is const. If you say that you cant change endianess of a given system during it's lifetime it's probably fine to ignore the endianess issue and always use host endian without any conversions. In that case you'll need to remove the ifdef aswell, though. |
| Previous by Date: | RE: O2 RM7000 Issues, Sagar Borikar |
|---|---|
| Next by Date: | Re: [PATCH][MIPS][2/7] AR7: mtd partition map, Geert Uytterhoeven |
| Previous by Thread: | Re: [PATCH][MIPS][2/7] AR7: mtd partition map, Jörn Engel |
| Next by Thread: | Re: [PATCH][MIPS][2/7] AR7: mtd partition map, Geert Uytterhoeven |
| Indexes: | [Date] [Thread] [Top] [All Lists] |