Re: [PATCH] ULL fixes for qlogicfc
From: Jeff Garzik
Date: Mon Sep 29 2003 - 16:40:21 EST
H. Peter Anvin wrote:
Jeff Garzik wrote:
0xffffffff without a prefix is signed.
No, it's not.
[...]
... so 0x7fffffff is signed int, but 0xffffffff is unsigned int on an
I32-model system (all Linux systems are I32-model.)
I was looking at C99 standard as I typed that :) But I thought it was
referring to raw storage size, and that things changed on some 64-bit
platforms.
So, I stand corrected.
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/