From: Vivek Goyal Date: Wed, 11 Jan 2006 20:17:37 +0000 (-0800) Subject: [PATCH] kdump: vmcore compilation warning fix X-Git-Tag: v2.6.16-rc1~404 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e9e3941d0a3497c1e7fb9ce62059705825bb775;p=pandora-kernel.git [PATCH] kdump: vmcore compilation warning fix o fs/proc/vmcore.c compilation gives warnings on ppc64. The reason being that u64 is defined as unsigned long hence u64* is not same as loff_t* and compiler cribs. o Changed the parameter type to u64* instead of loff_t* to resolve the conflict. Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed