Re: [RFC][PATCH] Dynamic Tick: Allow 32-bit machines to sleep formore than 2.15 seconds

From: Chris Friesen
Date: Wed Apr 22 2009 - 11:30:47 EST


Jon Hunter wrote:

So this assumes that long long will be a 64-bit type which I don't like. However, this would not cause any compilation issues even if long long turned out to be 32-bits or 128-bits (if this is even possible).

Isn't "long long" guaranteed to be 64-bit on all linux systems?

Unless the width is critical, I'd prefer to stay away from u64 until it gets unified between architectures. I recently ran into a problem printk-ing a "u64" value because it was a different type on ppc64 than x86-64.


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