
17 Jul
2019
17 Jul
'19
4:37 p.m.
On Thu, Jun 27, 2019 at 06:15:00PM +0900, Masahiro Yamada wrote:
Based on Linux commit 8bd9cb51daac ("locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new <linux/bits.h> file").
We cannot sync <linux/bits.h>. Unfortunately, BITS_PER_LONG is defined differently from Linux.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
include/linux/bitops.h | 25 +++---------------------- include/linux/bits.h | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 22 deletions(-) create mode 100644 include/linux/bits.h
This breaks at least db-88f6720 and am65x_evm_a53 over boards that need to change their #includes apparently. Please re-work to cover that, thanks!
--
Tom