From: David Howells Date: Sat, 7 Jun 2008 16:18:40 +0000 (+0100) Subject: x86: fix an incompatible pointer type warning on 64-bit compilations X-Git-Tag: v2.6.26-rc6~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb53e9f3ea859a6d59c37b500593b970aa8562e6;p=pandora-kernel.git x86: fix an incompatible pointer type warning on 64-bit compilations Fix an incompatible pointer type warning on x86_64 compilations. early_memtest() is passing a u64* to find_e820_area_size() which is expecting an unsigned long. Change t_start and t_size to unsigned long as those are also 64-bit types on x88_64. Signed-off-by: David Howells Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed