On Wed, Aug 01, 2007 at 04:13:05PM +0200, Mohamed Bamakhrama wrote: > I agree with you that it fits more to real-time systems. My point was > that such a functionality can be added to the list of available macros > (i.e. Fetch, invalidate) so that when the developer (of an embedded > system for example) needs it, he/she can use it directly. > > Is it possible to submit a patch which adds this functionality? It takes more than a small patch to add a few cacheop definitions. Linux generiously uses Index cacheops and so would also blow away wired cache lines and that would need to be prevented. But to answer your question, with these notes, yes. Ralf