From: Andrew Morton Date: Sat, 2 Oct 2010 17:32:41 +0000 (+0200) Subject: m68k: __pa(): cast arg to long X-Git-Tag: v2.6.37-rc1~160^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e58f9de5d140116eb3a30d5e54396e3030bed2;p=pandora-kernel.git m68k: __pa(): cast arg to long Fixes this: drivers/char/mem.c: In function 'mmap_kmem': drivers/char/mem.c:342: warning: cast to pointer from integer of different size by doing what other archtiectures do. Cc: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed