From: Kumba <kumba@gentoo.org>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: Linux MIPS List <linux-mips@linux-mips.org>
Subject: [PATCH]: Fix IP35 definitions in IP32 code
Date: Fri, 25 May 2007 02:26:47 -0400 [thread overview]
Message-ID: <465681A7.1060300@gentoo.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Some IP35 defines snuck into some IP32-specific code during the DMA re-write.
Although cosmetic, the attached patch corrects these defines to their proper
IP32 versions.
Signed-off-by: Joshua Kinard <kumba@gentoo.org>
dma-coherence.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[-- Attachment #2: ip32-is-not-ip35.patch --]
[-- Type: text/plain, Size: 789 bytes --]
diff -Naurp mipslinux.a/include/asm-mips/mach-ip32/dma-coherence.h mipslinux.b/include/asm-mips/mach-ip32/dma-coherence.h
--- mipslinux.a/include/asm-mips/mach-ip32/dma-coherence.h 2007-05-14 02:13:24.000000000 -0400
+++ mipslinux.b/include/asm-mips/mach-ip32/dma-coherence.h 2007-05-14 09:15:36.000000000 -0400
@@ -6,8 +6,8 @@
* Copyright (C) 2006 Ralf Baechle <ralf@linux-mips.org>
*
*/
-#ifndef __ASM_MACH_IP35_DMA_COHERENCE_H
-#define __ASM_MACH_IP35_DMA_COHERENCE_H
+#ifndef __ASM_MACH_IP32_DMA_COHERENCE_H
+#define __ASM_MACH_IP32_DMA_COHERENCE_H
#include <asm/ip32/crime.h>
@@ -69,4 +69,4 @@ static inline int plat_device_is_coheren
return 0; /* IP32 is non-cohernet */
}
-#endif /* __ASM_MACH_IP35_DMA_COHERENCE_H */
+#endif /* __ASM_MACH_IP32_DMA_COHERENCE_H */
reply other threads:[~2007-05-25 6:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=465681A7.1060300@gentoo.org \
--to=kumba@gentoo.org \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.