Re: 2.6.13-rc7 compile failures (was: Re: Fix up mmap of /dev/kmem)

2005-08-24 Thread Andreas Schwab
Geert Uytterhoeven <[EMAIL PROTECTED]> writes: > Some (not all!) of my m68k test builds are now failing with: > > | linux-m68k-2.6.13-rc7/drivers/char/mem.c: In function `mmap_kmem': > | linux-m68k-2.6.13-rc7/drivers/char/mem.c:267: warning: cast to pointer from > integer of different size > | li

2.6.13-rc7 compile failures (was: Re: Fix up mmap of /dev/kmem)

2005-08-24 Thread Geert Uytterhoeven
On Sat, 13 Aug 2005, Linux Kernel Mailing List wrote: > Fix up mmap of /dev/kmem > > This leaves the issue of whether we should deprecate the whole thing (or > if we should check the whole mmap range, for that matter) open. Just do > the minimal fix for now. > > drivers/char/mem.c | 12 +++