Subject: Re: In-core implementation of m68k_sync_icache()?
To: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: port-m68k
Date: 11/05/2000 22:32:11
On Sun, Nov 05, 2000 at 10:17:34PM +0100, Hauke Fath wrote:
> I am confused... Can anybody point me to the in-core implementation for
> m68k_sync_icache() (sys/arch/m68k/include/sync_icache.h)?

yes:

sys/arch/amiga/include/cpu.h, look at cachectl1()

implementation  in

sys/arch/amiga/amiga/sys_machdep.c

The userland stuff calls through a special trap.

Regards,
	-is