diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-05 08:47:12 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 19:45:25 -0500 |
commit | c5a21921d55a2aee9d1e031a78cef6cda3eab78b (patch) | |
tree | a19f2b905946322a8602ff7c8358eb404b34beaa /include/linux/sched.h | |
parent | 42011db0ed5a9c92b1281e1300eb3d026f3764a8 (diff) |
sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
trap_init() and cpu_init() belong into <linux/cpu.h>, sched_init*() into <linux/sched/init.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.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 4a03c49e3bcc..0fb56ae0abc7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -176,15 +176,10 @@ struct uts_namespace; | |||
176 | /* Task command name length */ | 176 | /* Task command name length */ |
177 | #define TASK_COMM_LEN 16 | 177 | #define TASK_COMM_LEN 16 |
178 | 178 | ||
179 | extern void sched_init(void); | ||
180 | extern void sched_init_smp(void); | ||
181 | |||
182 | extern cpumask_var_t cpu_isolated_map; | 179 | extern cpumask_var_t cpu_isolated_map; |
183 | 180 | ||
184 | extern int runqueue_is_locked(int cpu); | 181 | extern int runqueue_is_locked(int cpu); |
185 | 182 | ||
186 | extern void cpu_init (void); | ||
187 | extern void trap_init(void); | ||
188 | extern void update_process_times(int user); | 183 | extern void update_process_times(int user); |
189 | extern void scheduler_tick(void); | 184 | extern void scheduler_tick(void); |
190 | 185 | ||