commit | f8a45704f5bd5f037c8e4a75172cab1476fc0447 | [log] [tgz] |
---|---|---|
author | Kevin Winchester <kjwinchester@gmail.com> | Thu May 29 21:14:35 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Jun 12 21:36:23 2008 +0200 |
tree | 71cc1e5e5b24ba8645d7b6c789ef222fe2c2a155 | |
parent | 4461145ef1be92851c230f858f6b6f457c99670f [diff] |
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>