commit | 5c9a2606bcad101e169012d9f79ab3aed60926aa | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Mon Dec 22 23:23:18 2008 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jan 08 16:25:10 2009 +1100 |
tree | 8aeafb4ba9071833e0e79c5e76187b5587338a6b | |
parent | 29f1aff2cc20d8b81fe3c890b8f134e84b8f41fe [diff] |
powerpc/iseries: Kexec is known not to work on iseries The non-zero return from the prepare callback is returned by sys_kexec_load() to userspace, indicating that kexec is not supported on the machine. Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>