Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96439
b: refs/heads/master
c: 9404ef0
h: refs/heads/master
i:
  96437: b091811
  96435: d5ec866
  96431: b927c06
v: v3
  • Loading branch information
Linus Torvalds committed May 12, 2008
1 parent b1e62ea commit ab25471
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2b753a1599a28612851a2908abdbf86802c989c5
refs/heads/master: 9404ef02974a5411687b6c1b8ef3984305620e02
2 changes: 1 addition & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,7 @@ static inline int fatal_signal_pending(struct task_struct *p)

static inline int need_resched(void)
{
return unlikely(test_tsk_need_resched(current));
return unlikely(test_thread_flag(TIF_NEED_RESCHED));
}

/*
Expand Down

0 comments on commit ab25471

Please sign in to comment.