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:
a192144
)
Add return value to reserve_bootmem_node()
author
Bernhard Walle
<bwalle@suse.de>
Sat, 21 Jun 2008 17:01:02 +0000
(19:01 +0200)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 21 Jun 2008 18:25:10 +0000
(11:25 -0700)
This patch changes the function reserve_bootmem_node() from void to int,
returning -ENOMEM if the allocation fails.
This fixes a build problem on x86 with CONFIG_KEXEC=y and
CONFIG_NEED_MULTIPLE_NODES=y
Signed-off-by: Bernhard Walle <bwalle@suse.de>
Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found