[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.00.0908182125590.3361@localhost.localdomain>
Date: Tue, 18 Aug 2009 21:26:43 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Jon Hunter <jon-hunter@...com>
cc: linux-kernel <linux-kernel@...r.kernel.org>,
John Stultz <johnstul@...ibm.com>
Subject: Re: [PATCH 2/2] Dynamic Tick: Allow 32-bit machines to sleep for
more than 2.15 seconds
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists