diff options
author | David Howells | 2008-06-07 18:18:40 +0200 |
---|---|---|
committer | Ingo Molnar | 2008-06-12 21:27:15 +0200 |
commit | eb53e9f3ea859a6d59c37b500593b970aa8562e6 (patch) | |
tree | b3fa069932152f55ee304348e2b5a22758950aa0 /arch/x86/kernel | |
parent | x86: fix lockdep warning during suspend-to-ram (diff) | |
download | kernel-qcow2-linux-eb53e9f3ea859a6d59c37b500593b970aa8562e6.tar.gz kernel-qcow2-linux-eb53e9f3ea859a6d59c37b500593b970aa8562e6.tar.xz kernel-qcow2-linux-eb53e9f3ea859a6d59c37b500593b970aa8562e6.zip |
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>
Diffstat (limited to 'arch/x86/kernel')
0 files changed, 0 insertions, 0 deletions