> The original code went to the trouble of converting endian-ness for 0,
> so I thought it best to keep this in place. Who knows, perhaps some
> future architecture will need it.
> This was just incredible anal retentiveness on my part when I did the
> original bi-endianness support. I think it can safely be changed to a
> define so it gets optimized out properly due to constant folding in
> the compiler.
OTOH, writing "LE32_ZERO" and not "cpu_to_le32(0)" buys you very
little. Just write it inline.
-- Horst von Brand vonbrand@sleipnir.valparaiso.cl Casilla 9G, Viņa del Mar, Chile +56 32 672616- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu