* [PATCH]: Fix IP35 definitions in IP32 code
@ 2007-05-25 6:26 Kumba
0 siblings, 0 replies; only message in thread
From: Kumba @ 2007-05-25 6:26 UTC (permalink / raw)
To: Ralf Baechle; +Cc: Linux MIPS List
[-- 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 */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-05-25 6:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-25 6:26 [PATCH]: Fix IP35 definitions in IP32 code Kumba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox