vtime: Consolidate a bit the ctx switch code
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 13 Nov 2012 23:24:25 +0000 (00:24 +0100)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 19 Nov 2012 15:41:32 +0000 (16:41 +0100)
commite3942ba04052364d3c6454103362cafd87456010
tree31e5cd4013fd140cb3e50ad6147382798bc88631
parentbcebdf846522056a84ba0b0cba5f5413868c9394
vtime: Consolidate a bit the ctx switch code

On ia64 and powerpc, vtime context switch only consists
in flushing system and user pending time, plus a few
arch housekeeping.

Consolidate that into a generic implementation. s390 is
a special case because pending user and system time accounting
there is hard to dissociate. So it's keeping its own implementation.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/ia64/include/asm/cputime.h
arch/ia64/kernel/time.c
arch/powerpc/include/asm/cputime.h
arch/powerpc/kernel/time.c
arch/s390/include/asm/cputime.h
kernel/sched/cputime.c