Re: DEBUG_STACKOVERFLOW issue on ARM

2012-10-11 Thread Russell King - ARM Linux
On Thu, Oct 11, 2012 at 01:09:46PM +0530, vaibhav shinde wrote: > Hi Russel, > > On Fri, Oct 5, 2012 at 2:01 PM, Russell King - ARM Linux > wrote: > > > > On Wed, Oct 03, 2012 at 05:18:56PM +0530, trisha yad wrote: > > > I wish to know how can I support this function in 3.0 ? > > > > If your desc

Re: DEBUG_STACKOVERFLOW issue on ARM

2012-10-11 Thread vaibhav shinde
Hi Russel, On Fri, Oct 5, 2012 at 2:01 PM, Russell King - ARM Linux wrote: > > On Wed, Oct 03, 2012 at 05:18:56PM +0530, trisha yad wrote: > > I wish to know how can I support this function in 3.0 ? > > If your description is correct, then all you need to do is to ensure > that you route interrup

Re: DEBUG_STACKOVERFLOW issue on ARM

2012-10-05 Thread Russell King - ARM Linux
On Wed, Oct 03, 2012 at 05:18:56PM +0530, trisha yad wrote: > I wish to know how can I support this function in 3.0 ? If your description is correct, then all you need to do is to ensure that you route interrupts to other CPUs. You can do that by running the userspace irqbalance daemon. -- To uns