David Howells eb53e9f3ea 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 <dhowells@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-06-12 21:27:15 +02:00
..
2008-04-26 17:44:55 +02:00
2008-04-30 08:29:37 -07:00
2008-05-23 14:08:06 +02:00
2008-06-04 13:11:46 +02:00
2008-04-30 23:15:35 +02:00