linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Rojhalat Ibrahim <imr@rtschenk.de>
To: linuxppc-embedded@ozlabs.org
Subject: [PATCH] PPC: Fix compile error with e500 core
Date: Fri, 9 Feb 2007 15:10:38 +0100	[thread overview]
Message-ID: <200702091510.38246.imr@rtschenk.de> (raw)

Hi,

this patch fixes a compile error with linux 2.6.20
configured for the mpc8548.

Signed-off-by: Rojhalat Ibrahim <imr@rtschenk.de>

---

diff -ur linux-2.6.20-orig/arch/ppc/kernel/ppc_ksyms.c 
linux-2.6.20/arch/ppc/kernel/ppc_ksyms.c
--- linux-2.6.20-orig/arch/ppc/kernel/ppc_ksyms.c	2007-02-04 
19:44:54.000000000 +0100
+++ linux-2.6.20/arch/ppc/kernel/ppc_ksyms.c	2007-02-09 14:44:15.000000000 
+0100
@@ -270,7 +270,7 @@
 extern long *intercept_table;
 EXPORT_SYMBOL(intercept_table);
 #endif /* CONFIG_PPC_STD_MMU */
-#if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
+#ifdef CONFIG_PPC_DCR_NATIVE
 EXPORT_SYMBOL(__mtdcr);
 EXPORT_SYMBOL(__mfdcr);
 #endif

             reply	other threads:[~2007-02-09 14:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-09 14:10 Rojhalat Ibrahim [this message]
2007-02-09 15:38 ` [PATCH] PPC: Fix compile error with e500 core Kumar Gala

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=200702091510.38246.imr@rtschenk.de \
    --to=imr@rtschenk.de \
    --cc=linuxppc-embedded@ozlabs.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 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).