long long in kernel

B. James Phillippe (bryan@terran.org)
Wed, 5 May 1999 14:16:40 -0700 (PDT)


Hello,

I'm looking at a kernel driver module which makes use of the gcc-ism of
"long long" to represent a 64-bit variable on 32-bit architectures. I
assume that this takes some kind of performance hit or other undesirable
side-effect, or else it would be used more often. :-) What are the reasons
to _not_ use this variable type within the kernel?

thanks,
-bp

--
B. James Phillippe		. bryan@terran.org
Software Engineer, WGT Inc.	. http://www.terran.org/~bryan

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