linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fix error in cpm2
@ 2006-09-19  3:06 Amy Fong
  2006-09-19 14:55 ` Vitaly Bordug
  0 siblings, 1 reply; 2+ messages in thread
From: Amy Fong @ 2006-09-19  3:06 UTC (permalink / raw)
  To: linuxppc-dev

The following patch fixes a typo in cpm2.h resulting in a compile error.

Signed-off-by: Amy Fong <amy.fong@windriver.com>

Index: linux-2.6.18-rc6/include/asm-ppc/cpm2.h
===================================================================
--- linux-2.6.18-rc6.orig/include/asm-ppc/cpm2.h
+++ linux-2.6.18-rc6/include/asm-ppc/cpm2.h
@@ -1186,7 +1186,7 @@
 #define FCC_MEM_OFFSET(x) (CPM_FCC_SPECIAL_BASE + (x*128))
 #define FCC1_MEM_OFFSET FCC_MEM_OFFSET(0)
 #define FCC2_MEM_OFFSET FCC_MEM_OFFSET(1)
-#define FCC2_MEM_OFFSET FCC_MEM_OFFSET(2)
+#define FCC3_MEM_OFFSET FCC_MEM_OFFSET(2)
 
 #endif /* __CPM2__ */
 #endif /* __KERNEL__ */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fix error in cpm2
  2006-09-19  3:06 [PATCH] fix error in cpm2 Amy Fong
@ 2006-09-19 14:55 ` Vitaly Bordug
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Bordug @ 2006-09-19 14:55 UTC (permalink / raw)
  To: Amy Fong; +Cc: linuxppc-dev, Paul Mackerras

On Mon, 18 Sep 2006 23:06:25 -0400
Amy Fong <amy.fong@windriver.com> wrote:

> The following patch fixes a typo in cpm2.h resulting in a compile error.
> 
> Signed-off-by: Amy Fong <amy.fong@windriver.com>
> 
> Index: linux-2.6.18-rc6/include/asm-ppc/cpm2.h
> ===================================================================
> --- linux-2.6.18-rc6.orig/include/asm-ppc/cpm2.h
> +++ linux-2.6.18-rc6/include/asm-ppc/cpm2.h
> @@ -1186,7 +1186,7 @@
>  #define FCC_MEM_OFFSET(x) (CPM_FCC_SPECIAL_BASE + (x*128))
>  #define FCC1_MEM_OFFSET FCC_MEM_OFFSET(0)
>  #define FCC2_MEM_OFFSET FCC_MEM_OFFSET(1)
> -#define FCC2_MEM_OFFSET FCC_MEM_OFFSET(2)
> +#define FCC3_MEM_OFFSET FCC_MEM_OFFSET(2)
>  
>  #endif /* __CPM2__ */
>  #endif /* __KERNEL__ */
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
> 
> 
Well, I have this hunk in

[PATCH 3/7] POWERPC: Move generic cpm2 stuff to powerpc
already...

Paul, does it make sense to extract and re-send this specific fix?
I think it will be OK for this to appear next major merge...
-- 
Sincerely, 
Vitaly

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-09-19 14:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-19  3:06 [PATCH] fix error in cpm2 Amy Fong
2006-09-19 14:55 ` Vitaly Bordug

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).