git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
746e7ce
)
x86: memtest fix use of reserve_early()
author
Daniele Calore
<orkaan@orkaan.org>
Mon, 13 Oct 2008 08:34:12 +0000
(10:34 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 22 Oct 2008 15:08:06 +0000
(17:08 +0200)
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 <orkaan@orkaan.org>
Acked-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mm/memtest.c
patch
|
blob
|
history
diff --cc
arch/x86/mm/memtest.c
Simple merge