The patch titled ppc: fix typo in cpm2.h has been added to the -mm tree. Its filename is ppc-fix-typo-in-cpm2h.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ppc: fix typo in cpm2.h From: Amy Fong <amy.fong@xxxxxxxxxxxxx> Cc: Vitaly Bordug <vbordug@xxxxxxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-ppc/cpm2.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-ppc/cpm2.h~ppc-fix-typo-in-cpm2h include/asm-ppc/cpm2.h --- a/include/asm-ppc/cpm2.h~ppc-fix-typo-in-cpm2h +++ a/include/asm-ppc/cpm2.h @@ -1186,7 +1186,7 @@ typedef struct im_idma { #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__ */ _ Patches currently in -mm which might be from amy.fong@xxxxxxxxxxxxx are ppc-fix-typo-in-cpm2h.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html