Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48562
b: refs/heads/master
c: 9f907c0
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar authored and Linus Torvalds committed Feb 16, 2007
1 parent 8386eb6 commit c5af1ef
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: 41cf54455da5e5dc847a9733d49ca23b5e7dd59e
refs/heads/master: 9f907c0144496e464bd5ed5a99a51227d63a9c0b
4 changes: 2 additions & 2 deletions trunk/include/linux/jiffies.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ static inline u64 get_jiffies_64(void)
*
* And some not so obvious.
*
* Note that we don't want to return MAX_LONG, because
* Note that we don't want to return LONG_MAX, because
* for various timeout reasons we often end up having
* to wait "jiffies+1" in order to guarantee that we wait
* at _least_ "jiffies" - so "jiffies+1" had better still
* be positive.
*/
#define MAX_JIFFY_OFFSET ((~0UL >> 1)-1)
#define MAX_JIFFY_OFFSET ((LONG_MAX >> 1)-1)

/*
* We want to do realistic conversions of time so we need to use the same
Expand Down

0 comments on commit c5af1ef

Please sign in to comment.