2008-07-05 10:46:42

by Rufus & Azrael

[permalink] [raw]
Subject: [2.6.26-rc8-git5] patch arch/x86/mm/init_64.c: early_memtest(): fix types don't solve the compilation warning

Hi all,

The patch index f6d20be..819dad9 100644 introduced in rc8-git5 don't
solve the compilation warning for init_64.c on my box :

CC arch/x86/mm/init_64.o
arch/x86/mm/init_64.c: In function ‘early_memtest’:
arch/x86/mm/init_64.c:520: attention : passing argument 2 of
‘find_e820_area_size’ from incompatible pointer type

see also :
http://lkml.org/lkml/2008/6/10/367
http://lkml.org/lkml/2008/6/15/46

Thanks.