Re: [PATCH 2/2] cputime: remove duplicate code in account_process_tick

From: Peter Zijlstra
Date: Wed Jul 10 2019 - 10:15:13 EST


On Tue, Jul 09, 2019 at 02:01:00PM +0800, Alex Shi wrote:
> In funcation account_process_tick, func actually do same things with
> irqtime_account_process_tick, whenever if IRQ_TIME_ACCOUNTING set or
> if sched_clock_irqtime enabled.
>
> So it's better to reuse one function for both.

But it's not the exact same.. and you didn't say, not did you say why
that is fine.