From: Michael Ellerman Date: Wed, 25 Jan 2006 08:48:48 +0000 (+1300) Subject: [PATCH] powerpc: Refuse to boot a kdump kernel via OF X-Git-Tag: v2.6.16-rc3~67^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc3ee8f2061bafe7593bab0096a0e711408b0f9;p=pandora-kernel.git [PATCH] powerpc: Refuse to boot a kdump kernel via OF You can't boot a kdump kernel via OF, not reliably anyway, the kernel being at 32 MB conflicts with the zImage wrapper etc. and it blows up. It's trivial to check in prom_init though, and this is early enough that we can actually drop back to OF where a reset-all will get you going again, which is kinda nice. I think this should go in for 2.6.16. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed