* invalidate_dcache_range Kernel 2.6.14
@ 2006-08-04 13:09 GSM909
2006-08-04 13:59 ` Alex Zeffertt
0 siblings, 1 reply; 3+ messages in thread
From: GSM909 @ 2006-08-04 13:09 UTC (permalink / raw)
To: linuxppc-embedded
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 ???
Regards
Ted
--
Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit!
"Feel free" mit GMX DSL: http://www.gmx.net/de/go/dsl
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: invalidate_dcache_range Kernel 2.6.14
2006-08-04 13:09 invalidate_dcache_range Kernel 2.6.14 GSM909
@ 2006-08-04 13:59 ` Alex Zeffertt
2006-08-04 14:01 ` Alex Zeffertt
0 siblings, 1 reply; 3+ messages in thread
From: Alex Zeffertt @ 2006-08-04 13:59 UTC (permalink / raw)
To: GSM909; +Cc: linuxppc-embedded
GSM909@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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: invalidate_dcache_range Kernel 2.6.14
2006-08-04 13:59 ` Alex Zeffertt
@ 2006-08-04 14:01 ` Alex Zeffertt
0 siblings, 0 replies; 3+ messages in thread
From: Alex Zeffertt @ 2006-08-04 14:01 UTC (permalink / raw)
To: Alex Zeffertt; +Cc: GSM909, linuxppc-embedded
Alex Zeffertt wrote:
> GSM909@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-04 14:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-04 13:09 invalidate_dcache_range Kernel 2.6.14 GSM909
2006-08-04 13:59 ` Alex Zeffertt
2006-08-04 14:01 ` Alex Zeffertt
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.