commit | b9034bf1e96fb8b1bf1b22ca2d3ea2aa7467e5a8 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <[email protected]> | Thu Oct 04 17:13:07 2012 -0700 |
committer | Linus Torvalds <[email protected]> | Sat Oct 06 03:04:55 2012 +0900 |
tree | c7f69d7d56e15efb175befe28ea3b7a9cd1ff753 | |
parent | 459a130838e819d5bc7efc572cba4cdd5c4f2dd2 [diff] |
bitops: introduce generic {clear,set}_bit_le() Needed to replace test_and_set_bit_le() in virt/kvm/kvm_main.c which is being used for this missing function. Signed-off-by: Takuya Yoshikawa <[email protected]> Acked-by: Arnd Bergmann <[email protected]> Cc: Marcelo Tosatti <[email protected]> Cc: Avi Kivity <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>