Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135708
b: refs/heads/master
c: 80dd99b
h: refs/heads/master
v: v3
  • Loading branch information
Luis Henriques authored and Ingo Molnar committed Mar 17, 2009
1 parent 4fca315 commit d1af39d
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f6411fe7e09b67470a2569231d6fa566c7c29b8b
refs/heads/master: 80dd99b368cf6501be88ab517bbbb5bf352b75b8
4 changes: 2 additions & 2 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ unsigned long wait_task_inactive(struct task_struct *p, long match_state)
* it must be off the runqueue _entirely_, and not
* preempted!
*
* So if it wa still runnable (but just not actively
* So if it was still runnable (but just not actively
* running right now), it's preempted, and we should
* yield - it could be a while.
*/
Expand Down Expand Up @@ -2574,7 +2574,7 @@ void wake_up_new_task(struct task_struct *p, unsigned long clone_flags)
#ifdef CONFIG_PREEMPT_NOTIFIERS

/**
* preempt_notifier_register - tell me when current is being being preempted & rescheduled
* preempt_notifier_register - tell me when current is being preempted & rescheduled
* @notifier: notifier struct to register
*/
void preempt_notifier_register(struct preempt_notifier *notifier)
Expand Down

0 comments on commit d1af39d

Please sign in to comment.