Re: [PATCH] [ppc] Do not reserve cpu spin-table for crash kernel

2012-07-12 Thread Simon Horman
On Thu, May 24, 2012 at 11:39:45AM +0530, Suzuki K. Poulose wrote: > As of now, the kexec reserves the spin-table for all the CPUs > on an SMP machine. The spin-table is pointed to by the > cpu-release-addr property in the device-tree. Reserving the > spin-table in the crash kernel will cause a BU

Re: [PATCH] [ppc] Do not reserve cpu spin-table for crash kernel

2012-06-17 Thread Suzuki K. Poulose
On 05/24/2012 11:39 AM, Suzuki K. Poulose wrote: As of now, the kexec reserves the spin-table for all the CPUs on an SMP machine. The spin-table is pointed to by the cpu-release-addr property in the device-tree. Reserving the spin-table in the crash kernel will cause a BUG(), if the table lies ou

[PATCH] [ppc] Do not reserve cpu spin-table for crash kernel

2012-05-23 Thread Suzuki K. Poulose
As of now, the kexec reserves the spin-table for all the CPUs on an SMP machine. The spin-table is pointed to by the cpu-release-addr property in the device-tree. Reserving the spin-table in the crash kernel will cause a BUG(), if the table lies outside the memory reserved for the crashkernel. Di