Re: [PATCH 2/5] s390/vtime: Use the generic IRQ entry accounting

2020-12-02 Thread Christian Borntraeger
On 02.12.20 12:57, Frederic Weisbecker wrote: > s390 has its own version of IRQ entry accounting because it doesn't > account the idle time the same way the other architectures do. Only > the actual idle sleep time is accounted as idle time, the rest of the > idle task execution is accounted as

[PATCH 2/5] s390/vtime: Use the generic IRQ entry accounting

2020-12-02 Thread Frederic Weisbecker
s390 has its own version of IRQ entry accounting because it doesn't account the idle time the same way the other architectures do. Only the actual idle sleep time is accounted as idle time, the rest of the idle task execution is accounted as system time. Make the generic IRQ entry accounting aware