]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/x86_64/kernel/time.c
[PATCH] time: x86_64: re-enable vsyscall support for x86_64
[mirror_ubuntu-zesty-kernel.git] / arch / x86_64 / kernel / time.c
index d84208e3c6189188132e852e95e998cf5e12842b..a87c5170562054736eee872dc576d8225f26e313 100644 (file)
@@ -53,13 +53,7 @@ DEFINE_SPINLOCK(rtc_lock);
 EXPORT_SYMBOL(rtc_lock);
 DEFINE_SPINLOCK(i8253_lock);
 
-unsigned long vxtime_hz = PIT_TICK_RATE;
-
-struct vxtime_data __vxtime __section_vxtime;  /* for vsyscalls */
-
 volatile unsigned long __jiffies __section_jiffies = INITIAL_JIFFIES;
-struct timespec __xtime __section_xtime;
-struct timezone __sys_tz __section_sys_tz;
 
 unsigned long profile_pc(struct pt_regs *regs)
 {