diff options
| author | Frederic Weisbecker <[email protected]> | 2012-10-06 03:23:22 +0000 |
|---|---|---|
| committer | Frederic Weisbecker <[email protected]> | 2012-10-29 20:31:32 +0000 |
| commit | 3e1df4f506836e6bea1ab61cf88c75c8b1840643 (patch) | |
| tree | 58be18cf3dce7a407c84ab2532e92bdb8b7ee067 /fs/proc/array.c | |
| parent | cputime: Specialize irq vtime hooks (diff) | |
| download | kernel-3e1df4f506836e6bea1ab61cf88c75c8b1840643.tar.gz kernel-3e1df4f506836e6bea1ab61cf88c75c8b1840643.zip | |
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 'fs/proc/array.c')
0 files changed, 0 insertions, 0 deletions
