diff options
author | Martin Schwidefsky | 2013-11-22 10:04:53 +0100 |
---|---|---|
committer | Martin Schwidefsky | 2013-11-25 09:15:39 +0100 |
commit | 79c74ecbebf76732f91b82a62ce7fc8a88326962 (patch) | |
tree | aabc8542bfa82067edb563a1de166952058e91d5 /arch/s390/Kconfig | |
parent | s390/uaccess: add missing page table walk range check (diff) | |
download | kernel-qcow2-linux-79c74ecbebf76732f91b82a62ce7fc8a88326962.tar.gz kernel-qcow2-linux-79c74ecbebf76732f91b82a62ce7fc8a88326962.tar.xz kernel-qcow2-linux-79c74ecbebf76732f91b82a62ce7fc8a88326962.zip |
s390/time,vdso: convert to the new update_vsyscall interface
Switch to the improved update_vsyscall interface that provides
sub-nanosecond precision for gettimeofday and clock_gettime.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 314fced4fc14..5877e71901b3 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -101,7 +101,7 @@ config S390 select GENERIC_CPU_DEVICES if !SMP select GENERIC_FIND_FIRST_BIT select GENERIC_SMP_IDLE_THREAD - select GENERIC_TIME_VSYSCALL_OLD + select GENERIC_TIME_VSYSCALL select HAVE_ALIGNED_STRUCT_PAGE if SLUB select HAVE_ARCH_JUMP_LABEL if !MARCH_G5 select HAVE_ARCH_SECCOMP_FILTER |