Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43980
b: refs/heads/master
c: 571f6d2
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Dec 10, 2006
1 parent 796b737 commit 7286bbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ac7d550499e225efb51a53d0b00667f26b93bdff
refs/heads/master: 571f6d2fb0b1c04798df783db2ba85e96bcce43d
3 changes: 3 additions & 0 deletions trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -2915,6 +2915,9 @@ static inline int wake_priority_sleeper(struct rq *rq)
int ret = 0;

#ifdef CONFIG_SCHED_SMT
if (!rq->nr_running)
return 0;

spin_lock(&rq->lock);
/*
* If an SMT sibling task has been put to sleep for priority
Expand Down

0 comments on commit 7286bbc

Please sign in to comment.