Re: [PATCH] introduce lower_32_bits() macro

From: Roland Dreier
Date: Fri Jul 25 2008 - 16:54:40 EST


> There's some readability benefit. Sometimes it is hard to understand
> why some random open-coded cast was used. But I seem to recall that
> there was another reason why we decided we needed this. I forget, and
> so apparently did the changelog author ;)

The guy who added the macro explained it in a comment ;)

* A basic shift-right of a 64- or 32-bit quantity. Use this to suppress
* the "right shift count >= width of type" warning when that quantity is
* 32-bits.

- R.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/