| To: | Sergei Shtylyov <sshtylyov@mvista.com> |
|---|---|
| Subject: | Re: [PATCH 03/10] MIPS: PCI: Byteswap not needed in little-endian mode |
| From: | Florian Fainelli <florian@openwrt.org> |
| Date: | Tue, 15 Jan 2013 13:16:12 +0100 |
| Cc: | Jayachandran C <jchandra@broadcom.com>, linux-mips@linux-mips.org, ralf@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:message-id:date:from:organization:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=+PPuMZX3q7q/QYf4TPilurslNaYh1jyOQuSOKQUsKvc=; b=EX2E1vvM2q/O53XPt+++O/Y6Izw5cd4PrQNSq//bzZlr9xlQXdv6reg+AI1OQLWCaA 7+tG9Bgp71BCguR9S/TAp3SRmt1dVO8aXhCPuejUVscl8bDi4Cua6/DjgdbT1gQq0V5N cw8qfavf0yHQ9xnYFRTbVt5+gogQfCsoZb6YGM6zb5dQ/7RI/EWvrjFEzVaL3POteVNu /xxCgwO6bn5PeDCBL31tB6P7w3d8iVSf5eZ4CP2l0fXoG1A0V+z+U/OE57nDuF5W4/Nm SU2FLoUKK7F62vEP4S/w/00JFYQtj+h8gSxQ6HIVfdLOf0sFOR3ObWg/YH5Qj/fajRX1 fc1Q== |
| In-reply-to: | <50F5444C.5020209@mvista.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| Organization: | OpenWrt |
| References: | <1358179922-26663-4-git-send-email-jchandra@broadcom.com> <1358230746-13785-1-git-send-email-jchandra@broadcom.com> <50F5444C.5020209@mvista.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 |
On 01/15/2013 12:58 PM, Sergei Shtylyov wrote: Hello. On 15-01-2013 10:19, Jayachandran C wrote:Wrap the xlp_enable_pci_bswap() function and its call with '#ifdef __BIG_ENDIAN'. On Netlogic XLP, the PCIe initialization code to setup to byteswap is needed only in big-endian mode.Signed-off-by: Jayachandran C <jchandra@broadcom.com> [snip]
Jayachandran, you probably need something like this:
#ifdef __BIG_ENDIAN
static void xlp_config_pci_bswap(void)
{
/* perform the actual swapping */
}
#else
static inline void xlp_config_pci_bswap(void) { }
#endif
--
Florian
|
| Previous by Date: | Re: [PATCH 03/10] MIPS: PCI: Byteswap not needed in little-endian mode, Sergei Shtylyov |
|---|---|
| Next by Date: | Re: [PATCH] mips: function tracer: Fix broken function tracing, Alan Cooper |
| Previous by Thread: | Re: [PATCH 03/10] MIPS: PCI: Byteswap not needed in little-endian mode, Sergei Shtylyov |
| Next by Thread: | [PATCH 09/10] MIPS: Netlogic: Fix for quad-XLP boot, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |