From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> Date: Fri, 25 May 2012 16:11:36 -0700 > Ugh. I'd rather then have a opaque typedef that may be a single word > or a couple of words. Then it just declares that (without knowing what > it is), and passes it around to the "find zeroes" and "get length from > mask" functions. > > For x86, it would be that single "mask" variable, for sparc it would > be a struct of the "v" and "rhs" variables. > > Hmm? That might be better. I suppose then I'd need to make BE's has_zero() a macro instead of a function. Either that or we pass a pointer to this opaque typedef thing. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html