riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL
authorGuo Ren <guoren@linux.alibaba.com>
Sat, 2 Jan 2021 13:24:34 +0000 (13:24 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Jan 2021 17:27:20 +0000 (18:27 +0100)
commitab7594f63926c88712c86b7e8a4e506005949909
tree5007275dac60583208f53a5f380d5121a939d36c
parent7c4ced368204f0cd5e1737be858d0c7ded956b14
riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL

commit 0aa2ec8a475fb505fd98d93bbcf4e03beeeebcb6 upstream.

The patch fix commit: ad5d112 ("riscv: use vDSO common flow to
reduce the latency of the time-related functions").

The GENERIC_TIME_VSYSCALL should be CONFIG_GENERIC_TIME_VSYSCALL
or vgettimeofday won't work.

Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Reviewed-by: Pekka Enberg <penberg@kernel.org>
Fixes: ad5d1122b82f ("riscv: use vDSO common flow to reduce the latency of the time-related functions")
Cc: stable@vger.kernel.org
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/riscv/include/asm/vdso.h
arch/riscv/kernel/vdso.c