Re: [PATCH v3 4/4] kernel.h: Move lower_32_bits()/upper_32_bits() to bitops.h

From: Joe Perches
Date: Thu Feb 06 2020 - 12:36:06 EST


On Thu, 2020-02-06 at 18:39 +0200, Andy Shevchenko wrote:
> Move lower_32_bits()/upper_32_bits() to bitops.h.

while these macros includes bits, i think they
are not appropriate to be moved to bitops.h as
they generally work on values that are either
32 or 64 bit addresses.