]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest
authorKevin Winchester <kjwinchester@gmail.com>
Fri, 30 May 2008 00:14:35 +0000 (21:14 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 12 Jun 2008 19:36:23 +0000 (21:36 +0200)
commitf8a45704f5bd5f037c8e4a75172cab1476fc0447
tree71cc1e5e5b24ba8645d7b6c789ef222fe2c2a155
parent4461145ef1be92851c230f858f6b6f457c99670f
x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest

Changed the call to find_e820_area_size to pass u64 instead of unsigned long.

Signed-off-by: Kevin Winchester <kjwinchester@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/init_64.c