invalidate_dcache_range Kernel 2.6.14
Alex Zeffertt
ajz at cambridgebroadband.com
Sat Aug 5 00:01:57 EST 2006
Alex Zeffertt wrote:
> 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.
>
Oh, and obviously add it to a header file.
Alex
More information about the Linuxppc-embedded
mailing list