Re: XFree 4.1

2003-01-09 Thread Richard Zidlicky
On Thu, Jan 09, 2003 at 03:48:19PM +, Alan Hourihane wrote: > > It would be certainly good to have the module loader, but for the > > average m68k user this is of no benefit and so I think m68k should > > default to statically linked Xserver. > > Your loosing a lot of configurability without

Re: XFree 4.1

2003-01-09 Thread Gerhard Täubl
Hi! Lot of answers :-) I have till now no time to take a look at the xserver sources, but I downloaded the UserManual and programming manual of the 68060. And take a look at the icache_flush makro. So there are still some questions for me: Alan: How do you flush the icache? I don't think that ma

Re: XFree 4.1

2003-01-09 Thread Alan Hourihane
On Thu, Jan 09, 2003 at 03:37:16PM +0100, Richard Zidlicky wrote: > On Wed, Jan 08, 2003 at 09:34:40PM +, Alan Hourihane wrote: > > > It's only the instruction cache we need to flush. Not the whole cache. > > I notice in asm-m68k/pgalloc.h there's a specific flush_icache() macro > > to do just

Re: XFree 4.1

2003-01-09 Thread Richard Zidlicky
On Wed, Jan 08, 2003 at 09:34:40PM +, Alan Hourihane wrote: > It's only the instruction cache we need to flush. Not the whole cache. > I notice in asm-m68k/pgalloc.h there's a specific flush_icache() macro > to do just that. all cacheflush instructions are priviliged. There is a little trick