[PATCH 2/4] vtime: Explicitly account pending user time on process tick

2012-11-14 Thread Frederic Weisbecker
All vtime implementations just flush the user time on process tick. Consolidate that in generic code by calling a user time accounting helper. This avoids an indirect call in ia64 and prepare to also consolidate vtime context switch code. Signed-off-by: Frederic Weisbecker Cc: Peter Zijlstra

[PATCH 2/4] vtime: Explicitly account pending user time on process tick

2012-11-14 Thread Frederic Weisbecker
All vtime implementations just flush the user time on process tick. Consolidate that in generic code by calling a user time accounting helper. This avoids an indirect call in ia64 and prepare to also consolidate vtime context switch code. Signed-off-by: Frederic Weisbecker fweis...@gmail.com Cc: