Re: [PATCH] powerpc/e5500: set non-base IVORs

2011-05-19 Thread Scott Wood
On Thu, 19 May 2011 00:41:29 -0500 Kumar Gala wrote: > > On May 9, 2011, at 4:26 PM, Scott Wood wrote: > > > Without this, we attempt to use doorbells for IPIs, and end up > > branching to some bad address. Plus, even for the exceptions > > we don't implement, it's good to handle it and get a

Re: [PATCH] powerpc/e5500: set non-base IVORs

2011-05-18 Thread Kumar Gala
On May 9, 2011, at 4:26 PM, Scott Wood wrote: > Without this, we attempt to use doorbells for IPIs, and end up > branching to some bad address. Plus, even for the exceptions > we don't implement, it's good to handle it and get a message out. > > Signed-off-by: Scott Wood > --- > arch/powerpc/i

[PATCH] powerpc/e5500: set non-base IVORs

2011-05-09 Thread Scott Wood
Without this, we attempt to use doorbells for IPIs, and end up branching to some bad address. Plus, even for the exceptions we don't implement, it's good to handle it and get a message out. Signed-off-by: Scott Wood --- arch/powerpc/include/asm/reg_booke.h |4 ++ arch/powerpc/kernel/cp