mirror of
https://github.com/t2linux/kernel.git
synced 2026-08-16 05:22:11 -07:00
hwight16() is much faster. While we are at it, no need to include "perm =" part into data_race() macro, for perm is a local variable that cannot be accessed by other threads. Signed-off-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>