Re: [PATCH 4/4] vtime: No need to disable irqs on vtime_account()

2012-11-14 Thread Frederic Weisbecker
2012/11/14 Steven Rostedt : > On Wed, 2012-11-14 at 17:26 +0100, Frederic Weisbecker wrote: >> vtime_account() is only called from irq entry. irqs >> are always disabled at this point so we can safely >> remove the irq disabling guards on that function. >> >> Signed-off-by: Frederic Weisbecker >>

Re: [PATCH 4/4] vtime: No need to disable irqs on vtime_account()

2012-11-14 Thread Steven Rostedt
On Wed, 2012-11-14 at 17:26 +0100, Frederic Weisbecker wrote: > vtime_account() is only called from irq entry. irqs > are always disabled at this point so we can safely > remove the irq disabling guards on that function. > > Signed-off-by: Frederic Weisbecker > Cc: Peter Zijlstra > Cc: Ingo

[PATCH 4/4] vtime: No need to disable irqs on vtime_account()

2012-11-14 Thread Frederic Weisbecker
vtime_account() is only called from irq entry. irqs are always disabled at this point so we can safely remove the irq disabling guards on that function. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra Cc: Ingo Molnar Cc: Thomas Gleixner Cc: Steven Rostedt Cc: Paul Gortmaker Cc: Tony

[PATCH 4/4] vtime: No need to disable irqs on vtime_account()

2012-11-14 Thread Frederic Weisbecker
vtime_account() is only called from irq entry. irqs are always disabled at this point so we can safely remove the irq disabling guards on that function. Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: Peter Zijlstra pet...@infradead.org Cc: Ingo Molnar mi...@kernel.org Cc: Thomas

Re: [PATCH 4/4] vtime: No need to disable irqs on vtime_account()

2012-11-14 Thread Steven Rostedt
On Wed, 2012-11-14 at 17:26 +0100, Frederic Weisbecker wrote: vtime_account() is only called from irq entry. irqs are always disabled at this point so we can safely remove the irq disabling guards on that function. Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: Peter Zijlstra

Re: [PATCH 4/4] vtime: No need to disable irqs on vtime_account()

2012-11-14 Thread Frederic Weisbecker
2012/11/14 Steven Rostedt rost...@goodmis.org: On Wed, 2012-11-14 at 17:26 +0100, Frederic Weisbecker wrote: vtime_account() is only called from irq entry. irqs are always disabled at this point so we can safely remove the irq disabling guards on that function. Signed-off-by: Frederic