Martin Schwidefsky 8f2b468aad s390/vtime: correct system time accounting
There is a slight misaccounting of system time in vtime_account_user.
This function is called once per HZ tick in interrupt context.
The irq_enter function already accounted the system time up to the
point of the irq_enter call. The system time from irq_enter until
vtime_account_user/do_account_vtime is reached is irq time but it
is accounted to the previous context.

Just drop the hardirq offset from arch/s390/kernel/vtime.c.

Reported-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2016-12-20 15:22:56 +01:00
..
2016-12-15 14:15:17 -08:00
2016-12-17 16:41:10 -08:00
2016-12-12 18:55:06 -08:00
2016-12-18 18:18:03 -08:00
2016-12-16 09:33:16 -08:00
2016-12-13 09:22:21 -08:00