linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: paulus@samba.org, galak@kernel.crashing.org,
	Vitaly Bordug <vbordug@ru.mvista.com>
Cc: linuxppc-dev@ozlabs.org
Subject: [PATCH] ppc: fix build break
Date: Wed, 27 Sep 2006 23:57:17 -0500	[thread overview]
Message-ID: <20060927235717.40cbd0e7@pb15> (raw)

Fix build break for some of the ARCH=ppc defconfigs

Signed-off-by: Olof Johansson <olof@lixom.net>


---

This was introduced by:

[PATCH] ppc32: board-specific part of fs_enet update


Index: linux-2.6/include/asm-ppc/cpm2.h
===================================================================
--- linux-2.6.orig/include/asm-ppc/cpm2.h
+++ linux-2.6/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__ */

             reply	other threads:[~2006-09-28  4:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-28  4:57 Olof Johansson [this message]
2006-09-28 13:41 ` [PATCH] ppc: fix build break Kumar Gala
2006-09-28 14:01   ` Vitaly Bordug

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=20060927235717.40cbd0e7@pb15 \
    --to=olof@lixom.net \
    --cc=galak@kernel.crashing.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    --cc=vbordug@ru.mvista.com \
    /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 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).