aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64')
-rw-r--r--include/asm-x86_64/proto.h2
-rw-r--r--include/asm-x86_64/timex.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h
index 2ce3adf7bfdc..f590ae088f0d 100644
--- a/include/asm-x86_64/proto.h
+++ b/include/asm-x86_64/proto.h
@@ -45,11 +45,9 @@ extern u32 pmtmr_ioport;
45#else 45#else
46#define pmtmr_ioport 0 46#define pmtmr_ioport 0
47#endif 47#endif
48extern unsigned long long monotonic_base;
49extern int sysctl_vsyscall; 48extern int sysctl_vsyscall;
50extern int nohpet; 49extern int nohpet;
51extern unsigned long vxtime_hz; 50extern unsigned long vxtime_hz;
52extern void time_init_gtod(void);
53 51
54extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2))); 52extern void early_printk(const char *fmt, ...) __attribute__((format(printf,1,2)));
55 53
diff --git a/include/asm-x86_64/timex.h b/include/asm-x86_64/timex.h
index a0174757aee2..beb6d9014a63 100644
--- a/include/asm-x86_64/timex.h
+++ b/include/asm-x86_64/timex.h
@@ -28,9 +28,6 @@ extern int read_current_timer(unsigned long *timer_value);
28#define US_SCALE 32 /* 2^32, arbitralrily chosen */ 28#define US_SCALE 32 /* 2^32, arbitralrily chosen */
29 29
30extern struct vxtime_data vxtime; 30extern struct vxtime_data vxtime;
31 31extern void mark_tsc_unstable(void);
32extern unsigned int do_gettimeoffset_hpet(void);
33extern unsigned int do_gettimeoffset_tsc(void);
34extern void set_cyc2ns_scale(unsigned long khz); 32extern void set_cyc2ns_scale(unsigned long khz);
35extern int notsc;
36#endif 33#endif