diff options
Diffstat (limited to 'include/asm-x86_64/vsyscall.h')
-rw-r--r-- | include/asm-x86_64/vsyscall.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-x86_64/vsyscall.h b/include/asm-x86_64/vsyscall.h index 2281e9399b96..fd452fc2c037 100644 --- a/include/asm-x86_64/vsyscall.h +++ b/include/asm-x86_64/vsyscall.h | |||
@@ -17,7 +17,6 @@ enum vsyscall_num { | |||
17 | 17 | ||
18 | #define __section_vxtime __attribute__ ((unused, __section__ (".vxtime"), aligned(16))) | 18 | #define __section_vxtime __attribute__ ((unused, __section__ (".vxtime"), aligned(16))) |
19 | #define __section_vgetcpu_mode __attribute__ ((unused, __section__ (".vgetcpu_mode"), aligned(16))) | 19 | #define __section_vgetcpu_mode __attribute__ ((unused, __section__ (".vgetcpu_mode"), aligned(16))) |
20 | #define __section_wall_jiffies __attribute__ ((unused, __section__ (".wall_jiffies"), aligned(16))) | ||
21 | #define __section_jiffies __attribute__ ((unused, __section__ (".jiffies"), aligned(16))) | 20 | #define __section_jiffies __attribute__ ((unused, __section__ (".jiffies"), aligned(16))) |
22 | #define __section_sys_tz __attribute__ ((unused, __section__ (".sys_tz"), aligned(16))) | 21 | #define __section_sys_tz __attribute__ ((unused, __section__ (".sys_tz"), aligned(16))) |
23 | #define __section_sysctl_vsyscall __attribute__ ((unused, __section__ (".sysctl_vsyscall"), aligned(16))) | 22 | #define __section_sysctl_vsyscall __attribute__ ((unused, __section__ (".sysctl_vsyscall"), aligned(16))) |
@@ -48,14 +47,12 @@ extern struct vxtime_data __vxtime; | |||
48 | extern int __vgetcpu_mode; | 47 | extern int __vgetcpu_mode; |
49 | extern struct timespec __xtime; | 48 | extern struct timespec __xtime; |
50 | extern volatile unsigned long __jiffies; | 49 | extern volatile unsigned long __jiffies; |
51 | extern unsigned long __wall_jiffies; | ||
52 | extern struct timezone __sys_tz; | 50 | extern struct timezone __sys_tz; |
53 | extern seqlock_t __xtime_lock; | 51 | extern seqlock_t __xtime_lock; |
54 | 52 | ||
55 | /* kernel space (writeable) */ | 53 | /* kernel space (writeable) */ |
56 | extern struct vxtime_data vxtime; | 54 | extern struct vxtime_data vxtime; |
57 | extern int vgetcpu_mode; | 55 | extern int vgetcpu_mode; |
58 | extern unsigned long wall_jiffies; | ||
59 | extern struct timezone sys_tz; | 56 | extern struct timezone sys_tz; |
60 | extern int sysctl_vsyscall; | 57 | extern int sysctl_vsyscall; |
61 | extern seqlock_t xtime_lock; | 58 | extern seqlock_t xtime_lock; |