diff options
Diffstat (limited to 'include/linux/jiffies.h')
-rw-r--r-- | include/linux/jiffies.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h index 9384572f6..5fdc55312 100644 --- a/include/linux/jiffies.h +++ b/include/linux/jiffies.h @@ -164,11 +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. */ -#ifdef CONFIG_SCHED_BFS -#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-10*HZ)) -#else #define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ)) -#endif /* * Change timeval to jiffies, trying to avoid the |