diff options
Diffstat (limited to 'arch/x86_64/kernel/time.c')
-rw-r--r-- | arch/x86_64/kernel/time.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86_64/kernel/time.c b/arch/x86_64/kernel/time.c index d84208e3c618..a87c51705620 100644 --- a/arch/x86_64/kernel/time.c +++ b/arch/x86_64/kernel/time.c | |||
@@ -53,13 +53,7 @@ DEFINE_SPINLOCK(rtc_lock); | |||
53 | EXPORT_SYMBOL(rtc_lock); | 53 | EXPORT_SYMBOL(rtc_lock); |
54 | DEFINE_SPINLOCK(i8253_lock); | 54 | DEFINE_SPINLOCK(i8253_lock); |
55 | 55 | ||
56 | unsigned long vxtime_hz = PIT_TICK_RATE; | ||
57 | |||
58 | struct vxtime_data __vxtime __section_vxtime; /* for vsyscalls */ | ||
59 | |||
60 | volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES; | 56 | volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES; |
61 | struct timespec __xtime __section_xtime; | ||
62 | struct timezone __sys_tz __section_sys_tz; | ||
63 | 57 | ||
64 | unsigned long profile_pc(struct pt_regs *regs) | 58 | unsigned long profile_pc(struct pt_regs *regs) |
65 | { | 59 | { |