diff options
author | Tony Luck <tony.luck@intel.com> | 2010-08-12 18:14:56 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2010-08-12 18:14:56 +0200 |
commit | b680f0979ff571836f3616dfca727b516bcc5d3d (patch) | |
tree | ac0c90740fdb8de42c91d47fae0ef4c2bf824144 /arch/mn10300 | |
parent | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... (diff) | |
download | linux-b680f0979ff571836f3616dfca727b516bcc5d3d.tar.xz linux-b680f0979ff571836f3616dfca727b516bcc5d3d.zip |
[IA64] Fix rwsem: RWSEM_WAITING_BIAS must not be unsigned.
Some nice improvements were made to rwsem in commit:
424acaaeb3a3932d64a9b4bd59df6cf72c22d8f3
rwsem: wake queued readers when writer blocks on active read lock
but this change overlooked that ia64 had defined RWSEM_WAITING_BIAS
as an unsigned value, while the new code required a signed value (as
it is in every other architecture).
This fix suggested by the original patch author: Michel Lespinasse.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/mn10300')
0 files changed, 0 insertions, 0 deletions