diff options
| author | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
|---|---|---|
| committer | Michal Marek <mmarek@suse.cz> | 2010-10-27 18:15:57 -0400 |
| commit | b74b953b998bcc2db91b694446f3a2619ec32de6 (patch) | |
| tree | 6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /include/linux/timex.h | |
| parent | abb438526201c6a79949ad45375c051b6681c253 (diff) | |
| parent | f6f94e2ab1b33f0082ac22d71f66385a60d8157f (diff) | |
Merge commit 'v2.6.36' into kbuild/misc
Update to be able to fix a recent change to scripts/basic/docproc.c
(commit eda603f).
Diffstat (limited to 'include/linux/timex.h')
| -rw-r--r-- | include/linux/timex.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/timex.h b/include/linux/timex.h index 94f8faecdcbc..32d852f8cbe4 100644 --- a/include/linux/timex.h +++ b/include/linux/timex.h | |||
| @@ -232,16 +232,11 @@ struct timex { | |||
| 232 | */ | 232 | */ |
| 233 | extern unsigned long tick_usec; /* USER_HZ period (usec) */ | 233 | extern unsigned long tick_usec; /* USER_HZ period (usec) */ |
| 234 | extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ | 234 | extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ |
| 235 | extern int tickadj; /* amount of adjustment per tick */ | ||
| 236 | 235 | ||
| 237 | /* | 236 | /* |
| 238 | * phase-lock loop variables | 237 | * phase-lock loop variables |
| 239 | */ | 238 | */ |
| 240 | extern int time_status; /* clock synchronization status bits */ | 239 | extern int time_status; /* clock synchronization status bits */ |
| 241 | extern long time_maxerror; /* maximum error */ | ||
| 242 | extern long time_esterror; /* estimated error */ | ||
| 243 | |||
| 244 | extern long time_adjust; /* The amount of adjtime left */ | ||
| 245 | 240 | ||
| 246 | extern void ntp_init(void); | 241 | extern void ntp_init(void); |
| 247 | extern void ntp_clear(void); | 242 | extern void ntp_clear(void); |
| @@ -274,9 +269,6 @@ extern void second_overflow(void); | |||
| 274 | extern void update_ntp_one_tick(void); | 269 | extern void update_ntp_one_tick(void); |
| 275 | extern int do_adjtimex(struct timex *); | 270 | extern int do_adjtimex(struct timex *); |
| 276 | 271 | ||
| 277 | /* Don't use! Compatibility define for existing users. */ | ||
| 278 | #define tickadj (500/HZ ? : 1) | ||
| 279 | |||
| 280 | int read_current_timer(unsigned long *timer_val); | 272 | int read_current_timer(unsigned long *timer_val); |
| 281 | 273 | ||
| 282 | /* The clock frequency of the i8253/i8254 PIT */ | 274 | /* The clock frequency of the i8253/i8254 PIT */ |
