Files
linux/arch
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-06-02 20:38:15 +01:00
2008-05-16 17:22:20 -04:00
2008-05-27 13:24:39 -07:00
2008-05-16 17:22:20 -04:00
2008-05-30 10:03:36 +02:00
2008-06-09 16:49:43 +09:00
2008-06-03 15:21:21 -07:00
2008-06-06 11:29:10 -07:00
2008-05-16 17:22:20 -04:00
2008-04-29 08:06:11 -07:00