Re: [PATCH 2.6.16-rc6] Promise SuperTrak driver

From: Jeff Garzik
Date: Tue Mar 14 2006 - 02:10:39 EST


Andrew Morton wrote:
"Ed Lin" <ed.lin@xxxxxxxxxxx> wrote:
I guess DMA_32BIT_MASK is OK?


If that's semantically what the 0xffffffff means then yes.


It means "select lower 32 bits, because the other 32 bits are elsewhere." Since its an arg to cpu_to_le32() I suppose there is an implicit truncation in there, but I add such masking myself to my own code. Makes it more clear to the reader what's going on, IMO.

Its not quite what DMA_32BIT_MASK intends, either, IMO.

Jeff


-
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/