summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-05 14:53:36 +0100
committerIngo Molnar <mingo@kernel.org>2017-03-03 01:45:25 +0100
commit93b5a9a7051e51ce50109046af0235268a261ba0 (patch)
tree95bd9f2befaaed60fbcbb6d6df5ae40aeccc5dcf /include/linux/sched.h
parentc5a21921d55a2aee9d1e031a78cef6cda3eab78b (diff)
downloadop-kernel-dev-93b5a9a7051e51ce50109046af0235268a261ba0.zip
op-kernel-dev-93b5a9a7051e51ce50109046af0235268a261ba0.tar.gz
sched/headers, timekeeping: Move the timer tick function prototypes to <linux/timekeeping.h>
Move the update_process_times() and xtime_update() prototypes to <linux/timekeeping.h>. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 0fb56ae..dc8d94d 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -180,7 +180,6 @@ extern cpumask_var_t cpu_isolated_map;
extern int runqueue_is_locked(int cpu);
-extern void update_process_times(int user);
extern void scheduler_tick(void);
#define MAX_SCHEDULE_TIMEOUT LONG_MAX
OpenPOWER on IntegriCloud