commit | 614d49a21e96737f84b13f644ac813f8eb6d297a | [log] [tgz] |
---|---|---|
author | Bryan O'Sullivan <bos@pathscale.com> | Thu Mar 15 14:44:56 2007 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Apr 18 20:20:56 2007 -0700 |
tree | 6a8389bcaf26f17d57a6720f84c3fe5b5887423d | |
parent | 8ec1077b35359c973f4b1de7c516be570a6df495 [diff] |
IB/ipath: Fix bad argument to clear_bit() Code was converted from a &= ~mask to clear_bit, but the bit was left shifted instead of being used directly, so we were either trashing memory several pages away, or sometimes taking a kernel page fault on an invalid page. Signed-off-by: Dave Olson <dave.olson@qlogic.com> Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>