Skip to content

Commit

Permalink
Reduce timer update cycles to sync with kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
burstlam committed Mar 5, 2012
1 parent c2073c4 commit 976d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/jiffies.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static inline u64 get_jiffies_64(void)
* Have the 32 bit jiffies value wrap 5 minutes after boot
* so jiffies wrap bugs show up earlier.
*/
#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ))
#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-10*HZ))

/*
* Change timeval to jiffies, trying to avoid the
Expand Down

0 comments on commit 976d4fa

Please sign in to comment.