Marek Lindner wrote:
On Wednesday 01 December 2010 20:59:07 Sven Eckelmann wrote:
set_bit and test_bit provide an efficient way to set and test bits of an unsigned long.
Since test_bit() / set_bit() expect 32Bit values we should at least add a comment next to TYPE_OF_WORD, so that nobody changes this define ?!
unsigned long is not always 32 bit.... I will send a patch which completely replaces TYPE_OF_WORD
Best regards, Sven