Re: [PATCH v3] Add time_is_after_jiffies and others which compare with jiffies

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dave Young
Date: Monday, March 10, 2008 - 9:51 pm

On Tue, Mar 11, 2008 at 11:17 AM, KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com> wrote:

Actually, I greped the kernel source, and found none of time_*64 usage.

After grep again, I found a missed one in:
arch/x86/kernel/cpu/mcheck/therm_throt.c

        if (time_before64(tmp_jiffs, __get_cpu_var(next_check)))
                return 0;

Does it really need time_before64 here?

If it does need then I wonder whether the other 64 macros may be
removed, or just to add a time_is_before64_jiffies

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH v3] Add time_is_after_jiffies and others which ..., Dave Young, (Mon Mar 10, 9:51 pm)