Re: spin_is_locked() broken for uniprocessor?
From: David Howells <dhowells@redhat.com>
Date: 2009-08-19 09:38:49
Also in:
lkml
From: David Howells <dhowells@redhat.com>
Date: 2009-08-19 09:38:49
Also in:
lkml
Thomas Gleixner [off-list ref] wrote:
quoted
which implies to me that spin_is_locked() will always return false. Is this expected behavior.That's wrong. spin_is_locked should always return true on UP.
Surely it's not that simple? Maybe spin_is_lock() should be undefined on UP. David