commit | 9f2c2d6ba13da08643c65b948ce5e3d616864c47 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Tue May 07 23:01:31 2024 +0300 |
committer | Yury Norov <yury.norov@gmail.com> | Sun May 19 16:12:38 2024 -0700 |
tree | ed722d46a1e9847db51651fff6aac385a9ba0e73 | |
parent | fe708f915541b0b7b9ba066f73007fde69a0d2ea [diff] |
bitops: Move aligned_byte_mask() to wordpart.h The bitops.h is for bit related operations. The aligned_byte_mask() is about byte (or part of the machine word) operations, for which we have a separate header, move the mentioned macro to wordpart.h to consolidate similar operations. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Yury Norov <yury.norov@gmail.com>