diff options
Diffstat (limited to 'arch/arm64/kernel/vdso.c')
| -rw-r--r-- | arch/arm64/kernel/vdso.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/kernel/vdso.c b/arch/arm64/kernel/vdso.c index c958cb84d75..6a389dc1bd4 100644 --- a/arch/arm64/kernel/vdso.c +++ b/arch/arm64/kernel/vdso.c @@ -252,10 +252,6 @@ void update_vsyscall(struct timekeeper *tk)  void update_vsyscall_tz(void)  { -	++vdso_data->tb_seq_count; -	smp_wmb();  	vdso_data->tz_minuteswest	= sys_tz.tz_minuteswest;  	vdso_data->tz_dsttime		= sys_tz.tz_dsttime; -	smp_wmb(); -	++vdso_data->tb_seq_count;  }  |