diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-02-05 16:19:32 +0100 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2021-02-09 15:57:05 +0100 |
commit | eeab78b05d202f15e58ab10675a4f736a1c9bd29 (patch) | |
tree | 579c345b9cd6c3e6d0206e50086d8f2609a9e57f /arch/s390/Kconfig | |
parent | s390/vdso: simplify __arch_get_hw_counter() (diff) | |
download | linux-eeab78b05d202f15e58ab10675a4f736a1c9bd29.tar.xz linux-eeab78b05d202f15e58ab10675a4f736a1c9bd29.zip |
s390/vdso: implement generic vdso time namespace support
Implement generic vdso time namespace support which also enables time
namespaces for s390. This is quite similar to what arm64 has.
Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 41a2c58c6e7a..5de9f409e4d0 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig @@ -129,6 +129,7 @@ config S390 select GENERIC_PTDUMP select GENERIC_SMP_IDLE_THREAD select GENERIC_TIME_VSYSCALL + select GENERIC_VDSO_TIME_NS select HAVE_ALIGNED_STRUCT_PAGE if SLUB select HAVE_ARCH_AUDITSYSCALL select HAVE_ARCH_JUMP_LABEL |