Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29061
b: refs/heads/master
c: 368a5fa
h: refs/heads/master
i:
  29059: 23ae17b
v: v3
  • Loading branch information
Hua Zhong authored and Linus Torvalds committed Jun 23, 2006
1 parent e207022 commit 8b6a9d0
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: 0216bfcffe424a5473daa4da47440881b36c1f41
refs/heads/master: 368a5fa1f28589e6b54588a139ea872d5b4b1914
2 changes: 1 addition & 1 deletion trunk/include/linux/kernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extern int cond_resched(void);
# define might_sleep() do { might_resched(); } while (0)
#endif

#define might_sleep_if(cond) do { if (unlikely(cond)) might_sleep(); } while (0)
#define might_sleep_if(cond) do { if (cond) might_sleep(); } while (0)

#define abs(x) ({ \
int __x = (x); \
Expand Down

0 comments on commit 8b6a9d0

Please sign in to comment.