]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
sched/cputime: Simplify task_cputime()
authorStanislaw Gruszka <sgruszka@redhat.com>
Tue, 15 Nov 2016 02:06:52 +0000 (03:06 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 15 Nov 2016 08:51:05 +0000 (09:51 +0100)
commit353c50ebe329daaf2c94dc41c1c481cbba2a31fd
treed7a5a1cf35ba6ab92e0346c069853fdc42511ada
parent40565b5aedd6d0ca88b7dfd3859d709d2f6f8cf9
sched/cputime: Simplify task_cputime()

Now since fetch_task_cputime() has no other users than task_cputime(),
its code could be used directly in task_cputime().

Moreover since only 2 task_cputime() calls of 17 use a NULL argument,
we can add dummy variables to those calls and remove NULL checks from
task_cputimes().

Also remove NULL checks from task_cputimes_scaled().

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Michael Neuling <mikey@neuling.org>
Cc: Paul Mackerras <paulus@ozlabs.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1479175612-14718-5-git-send-email-fweisbec@gmail.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/apm_32.c
include/linux/sched.h
kernel/sched/cputime.c
kernel/time/posix-cpu-timers.c