diff options
author | Frederic Weisbecker <[email protected]> | 2012-10-06 05:23:22 +0200 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2012-10-29 21:31:32 +0100 |
commit | 3e1df4f506836e6bea1ab61cf88c75c8b1840643 (patch) | |
tree | 58be18cf3dce7a407c84ab2532e92bdb8b7ee067 /net/unix/af_unix.c | |
parent | fa5058f3b63153e0147ef65bcdb3a4ee63581346 (diff) |
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 <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Paul Gortmaker <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions