commit | 01aaed9d43d5fff1ddb4c8de859f87ed7ee3608a | [log] [tgz] |
---|---|---|
author | Haren Myneni <haren@us.ibm.com> | Tue Feb 07 15:47:03 2006 -0800 |
committer | Paul Mackerras <paulus@samba.org> | Fri Feb 24 11:36:21 2006 +1100 |
tree | 857cb0f1d28f980176f9cc5c7a2327b1cf35413a | |
parent | c57914a4f24322a8f7ef06a8e2fca5f0b2c98878 [diff] |
[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 <haren@us.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>