Subject: Re: adding a _cacheflush() function to libc (libarch)
To: None <port-m68k@netbsd.org>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-m68k
Date: 12/02/1998 21:19:37
On Mon, Nov 30, 1998 at 11:01:17PM +0100, Ignatios Souvatzis wrote:

[... _cacheflush () proposal deleted ]

I noticed that arm32 puts _its_ version of that function, although without 
the flags, into libarch, and calls it arm32_sync_caches(addr, len).

Maybe using libarch and calling ours m68k_cache_flush(addr, len, flag) would
be a better idea... to point out its machine dependent.

	-is