invalidate_dcache_range Kernel 2.6.14

Alex Zeffertt ajz at cambridgebroadband.com
Fri Aug 4 23:59:58 EST 2006


GSM909 at gmx.de wrote:
> I have an old driver that need the funktion invalidate_dcache_range but when I compile the driver : Unknown symbol invalidate_dcache_range.
> 
> Whats the name of this funktion now ???
> 

The same.  You just need to add EXPORT_SYMBOL(invalidate_dcache_range) to
ppc_ksys.c for your module to see it.


> Regards
> Ted

Alex



More information about the Linuxppc-embedded mailing list