Re: [PATCH] ARM: refactor bitops functions with BIT_MASK() and BIT_WORD()

2015-08-08 Thread Masahiro Yamada
Hi. No comment? If nobody has objection to this patch, I will post it to the patch tracking system. 2015-07-21 15:48 GMT+09:00 Masahiro Yamada : > Use BIT_MASK() and BIT_WORD() rather than hard-coding the size > of the "long" type. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/inclu

[PATCH] ARM: refactor bitops functions with BIT_MASK() and BIT_WORD()

2015-07-20 Thread Masahiro Yamada
Use BIT_MASK() and BIT_WORD() rather than hard-coding the size of the "long" type. Signed-off-by: Masahiro Yamada --- arch/arm/include/asm/bitops.h | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/arch/arm/include/asm/bitops.h b/arch/arm/include/asm