commit | b0903ee8e4853eea35cb24cfb4dda1b60c7948dc | [log] [tgz] |
---|---|---|
author | Roel Kluin <roel.kluin@gmail.com> | Mon Jun 08 13:04:43 2009 +0200 |
committer | Jesper Nilsson <jesper.nilsson@axis.com> | Mon Jun 08 13:05:19 2009 +0200 |
tree | 37c75f4c3f0fe13aa85b84f0ad8e587468e78a42 | |
parent | ccc0d38ec13d4649d4168c1db590137df53ad783 [diff] |
CRIS: assignment/is equal confusion Somehow, the assignments of rw->lock got written as comparisons. The effect probably was that the read-write spinlocks never locked. However, since the locks are only used in CONFIG_SMP and SMP CRIS is experimental, it has never been identified as a problem. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>