commit | 71c2742f5e6348d76ee62085cf0a13e5eff0f00e | [log] [tgz] |
---|---|---|
author | Bernhard Walle <bwalle@suse.de> | Sat Jun 21 19:01:02 2008 +0200 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Sat Jun 21 11:25:10 2008 -0700 |
tree | 44020f575319903e3ef18665baec360b6ea1c98d | |
parent | a19214430d27a3af6f1672ec26f3c893ef899ede [diff] |
Add return value to reserve_bootmem_node() 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>