Re: [PATCH] Fix vmemmap warning in init_64..c

2007-10-17 Thread Geert Uytterhoeven
On Wed, 17 Oct 2007, Tony Breeds wrote: > Use the right printk format to silence the following warning. > > CC arch/powerpc/mm/init_64.o > arch/powerpc/mm/init_64.c: In function 'vmemmap_populate': > arch/powerpc/mm/init_64.c:243: warning: format '%p' expects type 'void *', > but argument

[PATCH] Fix vmemmap warning in init_64..c

2007-10-16 Thread Tony Breeds
Use the right printk format to silence the following warning. CC arch/powerpc/mm/init_64.o arch/powerpc/mm/init_64.c: In function 'vmemmap_populate': arch/powerpc/mm/init_64.c:243: warning: format '%p' expects type 'void *', but argument 4 has type 'long unsigned int' Signed-off-by: Tony