Re: [PATCH v9 04/10] jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC

2018-04-06 Thread Rafael J. Wysocki
On Friday, April 6, 2018 3:09:55 AM CEST Frederic Weisbecker wrote: > On Wed, Apr 04, 2018 at 10:38:34AM +0200, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Since the subsequent changes will need a TICK_USEC definition > > analogous to TICK_NSEC, rename the existing TICK_USEC as >

Re: [PATCH v9 04/10] jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC

2018-04-05 Thread Frederic Weisbecker
On Wed, Apr 04, 2018 at 10:38:34AM +0200, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Since the subsequent changes will need a TICK_USEC definition > analogous to TICK_NSEC, rename the existing TICK_USEC as > USER_TICK_USEC, update its users and redefine TICK_USEC > accordingly. > > S

[PATCH v9 04/10] jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC

2018-04-04 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Since the subsequent changes will need a TICK_USEC definition analogous to TICK_NSEC, rename the existing TICK_USEC as USER_TICK_USEC, update its users and redefine TICK_USEC accordingly. Suggested-by: Peter Zijlstra Signed-off-by: Rafael J. Wysocki --- v8 -> v9: No ch