aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/timex.h
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-10-27 18:15:57 -0400
committerMichal Marek <mmarek@suse.cz>2010-10-27 18:15:57 -0400
commitb74b953b998bcc2db91b694446f3a2619ec32de6 (patch)
tree6ce24caabd730f6ae9287ed0676ec32e6ff31e9d /include/linux/timex.h
parentabb438526201c6a79949ad45375c051b6681c253 (diff)
parentf6f94e2ab1b33f0082ac22d71f66385a60d8157f (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.h8
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 */
233extern unsigned long tick_usec; /* USER_HZ period (usec) */ 233extern unsigned long tick_usec; /* USER_HZ period (usec) */
234extern unsigned long tick_nsec; /* ACTHZ period (nsec) */ 234extern unsigned long tick_nsec; /* ACTHZ period (nsec) */
235extern int tickadj; /* amount of adjustment per tick */
236 235
237/* 236/*
238 * phase-lock loop variables 237 * phase-lock loop variables
239 */ 238 */
240extern int time_status; /* clock synchronization status bits */ 239extern int time_status; /* clock synchronization status bits */
241extern long time_maxerror; /* maximum error */
242extern long time_esterror; /* estimated error */
243
244extern long time_adjust; /* The amount of adjtime left */
245 240
246extern void ntp_init(void); 241extern void ntp_init(void);
247extern void ntp_clear(void); 242extern void ntp_clear(void);
@@ -274,9 +269,6 @@ extern void second_overflow(void);
274extern void update_ntp_one_tick(void); 269extern void update_ntp_one_tick(void);
275extern int do_adjtimex(struct timex *); 270extern int do_adjtimex(struct timex *);
276 271
277/* Don't use! Compatibility define for existing users. */
278#define tickadj (500/HZ ? : 1)
279
280int read_current_timer(unsigned long *timer_val); 272int 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 */