Re: [patch] xmon bitlock fix

2007-11-19 Thread Nick Piggin
On Tue, Nov 20, 2007 at 04:28:02PM +1100, Paul Mackerras wrote: > Nick Piggin writes: > > > xmon uses a bit lock spinlock but doesn't close the critical section > > when releasing it. It doesn't seem like a big deal because it will > > eventually break out of the lock anyway, but presumably that's

Re: [patch] xmon bitlock fix

2007-11-19 Thread Paul Mackerras
Nick Piggin writes: > xmon uses a bit lock spinlock but doesn't close the critical section > when releasing it. It doesn't seem like a big deal because it will > eventually break out of the lock anyway, but presumably that's only > in exceptional cases where some error is tolerated, while the lack

[patch] xmon bitlock fix

2007-11-19 Thread Nick Piggin
(sorry, untested for lack of hardware) -- xmon uses a bit lock spinlock but doesn't close the critical section when releasing it. It doesn't seem like a big deal because it will eventually break out of the lock anyway, but presumably that's only in exceptional cases where some error is tolerated, w