Commit 1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed
Committed by
Ingo Molnar
1 parent
ce0e7b28fb
Exists in
master
and in
7 other branches
sched: Remove unused __schedule() declaration
__schedule() had been removed. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <4AF129C8.3030008@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing 2 changed files with 1 additions and 2 deletions Side-by-side Diff
include/linux/sched.h
... | ... | @@ -349,7 +349,6 @@ |
349 | 349 | extern signed long schedule_timeout_interruptible(signed long timeout); |
350 | 350 | extern signed long schedule_timeout_killable(signed long timeout); |
351 | 351 | extern signed long schedule_timeout_uninterruptible(signed long timeout); |
352 | -asmlinkage void __schedule(void); | |
353 | 352 | asmlinkage void schedule(void); |
354 | 353 | extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner); |
355 | 354 |
kernel/kgdb.c
... | ... | @@ -870,7 +870,7 @@ |
870 | 870 | |
871 | 871 | /* |
872 | 872 | * All threads that don't have debuggerinfo should be |
873 | - * in __schedule() sleeping, since all other CPUs | |
873 | + * in schedule() sleeping, since all other CPUs | |
874 | 874 | * are in kgdb_wait, and thus have debuggerinfo. |
875 | 875 | */ |
876 | 876 | if (local_debuggerinfo) { |