commit | 511631011d39706ac81ee5e4c9084d61e5b4fd34 | [log] [tgz] |
---|---|---|
author | Kevin Winchester <kjwinchester@gmail.com> | Thu May 29 21:14:35 2008 -0300 |
committer | Thomas Gleixner <tglx@linutronix.de> | Wed Jun 04 13:11:47 2008 +0200 |
tree | a41c7fff60e677a47bbcebbad3c73d9f135e7e91 | |
parent | 2884f110d5409714f3a04eeb6d2ecd77da66b242 [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>