commit | b020632e40c3ed5e8c0c066d022672907e8401cf | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 25 13:38:36 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 25 13:38:55 2008 +0100 |
tree | d7f805bd27e8378436fbba7e7457afbd10c22ed8 | |
parent | fc5243d98ac2575ad14a974b3c097e9ba874c03d [diff] [blame] |
[S390] introduce vdso on s390 Add a vdso to speed up gettimeofday and clock_getres/clock_gettime for CLOCK_REALTIME/CLOCK_MONOTONIC. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 8116a33..37bb373 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig
@@ -43,6 +43,9 @@ config GENERIC_TIME def_bool y +config GENERIC_TIME_VSYSCALL + def_bool y + config GENERIC_CLOCKEVENTS def_bool y