[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: unresolved symbols in latest drm-trunk



On Thu, 2003-08-28 at 10:19, Jamie Wilkinson wrote:
> This one time, at band camp, Jamie Wilkinson wrote:
> >willow# depmod -ae
> 
> >depmod:         ioremap_bot
> >depmod:         local_flush_tlb_all
> 
> So, while I wait for Ben to respond, does anyone know how to export a
> symbol?

Try this patch.


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer
--- linux-2.4.20-ben8/arch/ppc/kernel/ppc_ksyms.c	2002-11-23 10:52:30.000000000 +0100
+++ linux-2.4.20-ben8-xfs-lolat/arch/ppc/kernel/ppc_ksyms.c	2003-05-15 17:12:38.000000000 +0200
@@ -163,6 +163,7 @@ EXPORT_SYMBOL(_outsw_ns);
 EXPORT_SYMBOL(_insl_ns);
 EXPORT_SYMBOL(_outsl_ns);
 EXPORT_SYMBOL(ioremap);
+EXPORT_SYMBOL(ioremap_bot);
 EXPORT_SYMBOL(__ioremap);
 EXPORT_SYMBOL(iounmap);
 EXPORT_SYMBOL(iopa);
@@ -196,6 +197,7 @@ EXPORT_SYMBOL(flush_dcache_range);
 EXPORT_SYMBOL(flush_icache_user_range);
 EXPORT_SYMBOL(flush_icache_page);
 EXPORT_SYMBOL(flush_dcache_page);
+EXPORT_SYMBOL(local_flush_tlb_all);
 EXPORT_SYMBOL(xchg_u32);
 #ifdef CONFIG_ALTIVEC
 EXPORT_SYMBOL(last_task_used_altivec);

Reply to: