commit | 6668e818f960b0f32110a9efa7c97351a5771b35 | [log] [tgz] |
---|---|---|
author | Haiyue Wang <haiyue.wang@intel.com> | Sat Jan 27 21:48:56 2024 +0800 |
committer | Andrii Nakryiko <andrii@kernel.org> | Mon Jan 29 20:04:55 2024 -0800 |
tree | e0d8c6487fd080914d48eababd5bfb1f38a9f049 | |
parent | ff2071a7b7fd77908417603c4a785822939b3841 [diff] |
bpf,token: Use BIT_ULL() to convert the bit mask Replace the '(1ULL << *)' with the macro BIT_ULL(nr). Signed-off-by: Haiyue Wang <haiyue.wang@intel.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20240127134901.3698613-1-haiyue.wang@intel.com