Re: [PATCH 3/4] bitops: Introduce generic set_bit_le()
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-06-11 14:10:43
Also in:
kvm, lkml, netdev
From: Arnd Bergmann <arnd@arndb.de>
Date: 2012-06-11 14:10:43
Also in:
kvm, lkml, netdev
On Monday 11 June 2012, Takuya Yoshikawa wrote:
From: Takuya Yoshikawa <redacted> 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 <redacted> Cc: Arnd Bergmann <arnd@arndb.de>
I would recommend adding the corresponding clear_bit_le() along with set_bit_le, so the next person who needs that doesn't have to make yet another patch. Arnd