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

From: Thomas Gleixner
Date: Tue Aug 18 2009 - 15:27:11 EST


On Tue, 18 Aug 2009, Jon Hunter wrote:
> diff --git a/include/linux/clockchips.h b/include/linux/clockchips.h
> index 3a1dbba..8154bc6 100644
> --- a/include/linux/clockchips.h
> +++ b/include/linux/clockchips.h
> @@ -77,8 +77,8 @@ enum clock_event_nofitiers {
> struct clock_event_device {
> const char *name;
> unsigned int features;
> - unsigned long max_delta_ns;
> - unsigned long min_delta_ns;
> + unsigned long long max_delta_ns;
> + unsigned long long min_delta_ns;

Can we please use u64 for this ?

Thanks,

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