]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Fix hardware IRQ time accounting problem.
authorTony Breeds <tony@bakeyournoodle.com>
Tue, 4 Dec 2007 05:51:44 +0000 (16:51 +1100)
committerPaul Mackerras <paulus@samba.org>
Thu, 6 Dec 2007 05:08:59 +0000 (16:08 +1100)
commit0ef0af60591a1d40f1ec7a2866b6778b91cdea5a
tree1175e61f0c23f935d522996220967e81b6e92880
parent4f3cd1d34690145dcdd86184d0fffc021e5f748f
[POWERPC] Fix hardware IRQ time accounting problem.

The commit c94b49a9b3471492f2c0bee041d72612ec1dd52e (sched: restore
deterministic CPU accounting on powerpc), unconditionally calls
update_process_tick() in system context.  In the deterministic
accounting case this is the correct thing to do.  However, in the
non-deterministic accounting case we need to not do this, since doing
this results in the time accounted as hardware irq time being
artificially elevated.

Also this collapses 2 consecutive '#ifdef CONFIG_VIRT_CPU_ACCOUNTING'
checks in time.h into one for neatness.

Signed-off-by: Tony Breeds <tony@bakeyournoodle.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/process.c
include/asm-powerpc/time.h