x86: fix an incompatible pointer type warning on 64-bit compilations
authorDavid Howells <dhowells@redhat.com>
Sat, 7 Jun 2008 16:18:40 +0000 (17:18 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 12 Jun 2008 19:27:15 +0000 (21:27 +0200)
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 <dhowells@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c

Simple merge