Re: [patch 04/20] cpufreq/powernv: Initialize timer as pinned

From: Arjan van de Ven
Date: Mon Jun 13 2016 - 09:18:18 EST


On Mon, Jun 13, 2016 at 1:40 AM, Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> mod_timer(&gpstates->timer, jiffies + msecs_to_jiffies(timer_interval));

are you sure this is right? the others did not get replaced by mod_timer()..
(and this is more evidence that a relative API in msecs is what
drivers really want)