From: Haren Myneni Date: Tue, 7 Feb 2006 23:47:03 +0000 (-0800) Subject: [PATCH] powerpc: Trivial fix to set the proper timeout value for kdump X-Git-Tag: v2.6.16-rc5~55^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01aaed9d43d5fff1ddb4c8de859f87ed7ee3608a;p=pandora-kernel.git [PATCH] powerpc: Trivial fix to set the proper timeout value for kdump The panic CPU is waiting forever due to some large timeout value if some CPU is not responding to an IPI. This patch fixes the problem - the maximum waiting period will be 10 seconds and then the kdump boot will go ahead. Signed-off-by: Haren Myneni Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed