Re: remove simple lock from arm

2016-03-24 Thread Jonathan Gray
Though it seems processing is never set for armish/armv7 which could explain a few things... On Thu, Mar 24, 2016 at 08:51:16PM +1100, Jonathan Gray wrote: > The only user of simple lock on arm is the pxa2x0_do_pending() > code used by zaurus. > > Switch to using a normal static variable like i80

remove simple lock from arm

2016-03-24 Thread Jonathan Gray
The only user of simple lock on arm is the pxa2x0_do_pending() code used by zaurus. Switch to using a normal static variable like i80321intc_do_pending() does for armish and remove simple lock. I've built armv7/armish/zaurus kernels on armv7. I've no zaurus hw to test against. Index: include/lo