Re: [PATCH v2 1/2] cputime: remove rq parameter for irqtime_account_process_tick func

From: Peter Zijlstra
Date: Fri Jul 19 2019 - 04:12:13 EST


On Fri, Jul 19, 2019 at 10:42:41AM +0800, Alex Shi wrote:
> Using the per cpu rq in function directly is enough, don't need get and
> pass it from outside as a parameter. That's make function neat.

Please look at code-gen; I'm thinking this patch makes things worse.