[PARISC] futex: Use same lock set as lws calls
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>
Sun, 9 Oct 2011 20:40:10 +0000 (16:40 -0400)
committerJames Bottomley <JBottomley@Parallels.com>
Mon, 27 Feb 2012 15:35:08 +0000 (09:35 -0600)
In debugging the failure of the glibc tst-cond18 test on parisc, I realized
that futexes need to use the same locks the lws calls.  This fixes all the
pthread 'cond' tests.  Sadly, there are still problems with thread cancellation.

[jejb: checkpatch fixes]
Signed-off-by: John David Anglin <dave.anglin@bell.net>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>

No differences found