On Fri, 25 Feb 2005 ths@xxxxxxxxxxxxxx wrote: > Modified files: > arch/mips/mm : pg-sb1.c > > Log message: > Fix initialization. Unbreak the wait-for-completion loops. Code cleanup. Don't use a cast on IOADDR() -- it already returns "void *". The casts obfuscate code and make it difficult to spot incorrect use if the API ever changes. Maciej