Skip to content

Commit

Permalink
sched/cputime: Remove jiffies based cputime
Browse files Browse the repository at this point in the history
This cputime_t implementation is now unused, we can remove it.

Signed-off-by: Frederic Weisbecker <[email protected]>
Cc: Benjamin Herrenschmidt <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Heiko Carstens <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Martin Schwidefsky <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Stanislaw Gruszka <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Tony Luck <[email protected]>
Cc: Wanpeng Li <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
fweisbec authored and Ingo Molnar committed Feb 1, 2017
1 parent bfce1d6 commit f22d6df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
4 changes: 0 additions & 4 deletions include/asm-generic/cputime.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#include <linux/time.h>
#include <linux/jiffies.h>

#ifndef CONFIG_VIRT_CPU_ACCOUNTING
# include <asm-generic/cputime_jiffies.h>
#endif

#ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN
# include <asm-generic/cputime_nsecs.h>
#endif
Expand Down
75 changes: 0 additions & 75 deletions include/asm-generic/cputime_jiffies.h

This file was deleted.

0 comments on commit f22d6df

Please sign in to comment.