From: Daniele Calore Date: Mon, 13 Oct 2008 08:34:12 +0000 (+0200) Subject: x86: memtest fix use of reserve_early() X-Git-Tag: v2.6.28-rc1~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb0ebeeb664e6eefe06951709949203e04f7c7b;p=pandora-kernel.git x86: memtest fix use of reserve_early() Hi all, Wrong usage of 2nd parameter in reserve_early call. 66/75: reserve_early(start_bad, last_bad - start_bad, "BAD RAM"); ^^^^^^^^^^^^^^^^^^^^ The correct way is to use 'end' address and not 'size'. As a bonus a fix to the printk format. Signed-off-by: Daniele Calore Acked-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed