On Fri, 25 Jul 2008 21:22:20 +0200 (CEST), Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > So there's definitely room for a small janitors project... > > Probably the best short term solution is to make mips' virt_to_page() > cast to `unsigned long' internally, like the other platforms. > > Alternatively, you can try the patch below (compile-tested on mips :-), > which does add a cast to the generic code. Thanks, I prefer this one for short term solution, while I think explicit argument type would be better in general. --- Atsushi Nemoto