Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169886
b: refs/heads/master
c: 1477b6a
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi Shimamoto authored and Ingo Molnar committed Nov 4, 2009
1 parent f5a9122 commit 246b6a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce0e7b28fb75cb003cfc8d0238613aaf1c55e797
refs/heads/master: 1477b6a7edd9ffa7bba4f9779ce9a76ce92761ed
1 change: 0 additions & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_killable(signed long timeout);
extern signed long schedule_timeout_uninterruptible(signed long timeout);
asmlinkage void __schedule(void);
asmlinkage void schedule(void);
extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner);

Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ static void gdb_cmd_getregs(struct kgdb_state *ks)

/*
* 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.
*/
if (local_debuggerinfo) {
Expand Down

0 comments on commit 246b6a0

Please sign in to comment.