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>
This commit is contained in:
committed by
Ingo Molnar
parent
ce0e7b28fb
commit
1477b6a7ed
@@ -349,7 +349,6 @@ extern signed long schedule_timeout(signed long timeout);
|
|||||||
extern signed long schedule_timeout_interruptible(signed long timeout);
|
extern signed long schedule_timeout_interruptible(signed long timeout);
|
||||||
extern signed long schedule_timeout_killable(signed long timeout);
|
extern signed long schedule_timeout_killable(signed long timeout);
|
||||||
extern signed long schedule_timeout_uninterruptible(signed long timeout);
|
extern signed long schedule_timeout_uninterruptible(signed long timeout);
|
||||||
asmlinkage void __schedule(void);
|
|
||||||
asmlinkage void schedule(void);
|
asmlinkage void schedule(void);
|
||||||
extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner);
|
extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner);
|
||||||
|
|
||||||
|
@@ -870,7 +870,7 @@ static void gdb_cmd_getregs(struct kgdb_state *ks)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* All threads that don't have debuggerinfo should be
|
* All threads that don't have debuggerinfo should be
|
||||||
* in __schedule() sleeping, since all other CPUs
|
* in schedule() sleeping, since all other CPUs
|
||||||
* are in kgdb_wait, and thus have debuggerinfo.
|
* are in kgdb_wait, and thus have debuggerinfo.
|
||||||
*/
|
*/
|
||||||
if (local_debuggerinfo) {
|
if (local_debuggerinfo) {
|
||||||
|
Reference in New Issue
Block a user