[PATCH 5/5] vtime: Warn if irqs aren't disabled on system time accounting APIs

2012-11-20 Thread Frederic Weisbecker
System time accounting APIs such as vtime_account_system() and vtime_account_idle() need to be irqsafe. Current callers include irq entry, exit and kvm, all of which have been checked against that requirement. Now it's better to grow that with an automatic check in case we have further callers or

[PATCH 5/5] vtime: Warn if irqs aren't disabled on system time accounting APIs

2012-11-20 Thread Frederic Weisbecker
System time accounting APIs such as vtime_account_system() and vtime_account_idle() need to be irqsafe. Current callers include irq entry, exit and kvm, all of which have been checked against that requirement. Now it's better to grow that with an automatic check in case we have further callers or