diff options
-rw-r--r-- | include/linux/jiffies.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/jiffies.h b/include/linux/jiffies.h index 82680541576d..4a7e3864e80d 100644 --- a/include/linux/jiffies.h +++ b/include/linux/jiffies.h | |||
@@ -70,12 +70,6 @@ | |||
70 | /* TICK_USEC is the time between ticks in usec assuming fake USER_HZ */ | 70 | /* TICK_USEC is the time between ticks in usec assuming fake USER_HZ */ |
71 | #define TICK_USEC ((1000000UL + USER_HZ/2) / USER_HZ) | 71 | #define TICK_USEC ((1000000UL + USER_HZ/2) / USER_HZ) |
72 | 72 | ||
73 | /* | ||
74 | * TICK_USEC_TO_NSEC is the time between ticks in nsec assuming SHIFTED_HZ and | ||
75 | * a value TUSEC for TICK_USEC (can be set bij adjtimex) | ||
76 | */ | ||
77 | #define TICK_USEC_TO_NSEC(TUSEC) (SH_DIV(TUSEC * USER_HZ * 1000, SHIFTED_HZ, 8)) | ||
78 | |||
79 | /* some arch's have a small-data section that can be accessed register-relative | 73 | /* some arch's have a small-data section that can be accessed register-relative |
80 | * but that can only take up to, say, 4-byte variables. jiffies being part of | 74 | * but that can only take up to, say, 4-byte variables. jiffies being part of |
81 | * an 8-byte variable may not be correctly accessed unless we force the issue | 75 | * an 8-byte variable may not be correctly accessed unless we force the issue |