Searched hist:"5 a04cca6c39cdd0b8c75b0628da634248f381b62" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/kernel/ |
H A D | sysctl.c | diff 5a04cca6c39cdd0b8c75b0628da634248f381b62 Wed Mar 28 16:42:50 CDT 2012 Akinobu Mita <akinobu.mita@gmail.com> sysctl: use bitmap library functions
Use bitmap_set() instead of using set_bit() for each bit. This conversion is valid because the bitmap is private in the function call and atomic bitops were unnecessary.
This also includes minor change. - Use bitmap_copy() for shorter typing
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|