riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL
authorGuo Ren <guoren@linux.alibaba.com>
Sat, 2 Jan 2021 13:24:34 +0000 (13:24 +0000)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Wed, 13 Jan 2021 04:34:44 +0000 (20:34 -0800)
commit0aa2ec8a475fb505fd98d93bbcf4e03beeeebcb6
tree523586ca0fd6340da3a186f63b2cb0186dce762d
parent80709af7325d179b433817f421c85449f2454046
riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL

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>
arch/riscv/include/asm/vdso.h
arch/riscv/kernel/vdso.c