linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] PPC: Fix compile error with e500 core
@ 2007-02-09 14:10 Rojhalat Ibrahim
  2007-02-09 15:38 ` Kumar Gala
  0 siblings, 1 reply; 2+ messages in thread
From: Rojhalat Ibrahim @ 2007-02-09 14:10 UTC (permalink / raw)
  To: linuxppc-embedded

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

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

end of thread, other threads:[~2007-02-09 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-09 14:10 [PATCH] PPC: Fix compile error with e500 core Rojhalat Ibrahim
2007-02-09 15:38 ` Kumar Gala

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).