diff options
author | Frederic Weisbecker <fweisbec@gmail.com> | 2012-10-06 03:23:22 (GMT) |
---|---|---|
committer | Frederic Weisbecker <fweisbec@gmail.com> | 2012-10-29 20:31:32 (GMT) |
commit | 3e1df4f506836e6bea1ab61cf88c75c8b1840643 (patch) | |
tree | 58be18cf3dce7a407c84ab2532e92bdb8b7ee067 /net/9p/error.c | |
parent | fa5058f3b63153e0147ef65bcdb3a4ee63581346 (diff) | |
download | linux-fsl-qoriq-3e1df4f506836e6bea1ab61cf88c75c8b1840643.tar.xz |
cputime: Separate irqtime accounting from generic vtime
vtime_account() doesn't have the same role in
CONFIG_VIRT_CPU_ACCOUNTING and CONFIG_IRQ_TIME_ACCOUNTING.
In the first case it handles time accounting in any context. In
the second case it only handles irq time accounting.
So when vtime_account() is called from outside vtime_account_irq_*()
this call is pointless to CONFIG_IRQ_TIME_ACCOUNTING.
To fix the confusion, change vtime_account() to irqtime_account_irq()
in CONFIG_IRQ_TIME_ACCOUNTING. This way we ensure future account_vtime()
calls won't waste useless cycles in the irqtime APIs.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/9p/error.c')
0 files changed, 0 insertions, 0 deletions