diff options
author | Guo Ren <[email protected]> | 2022-11-03 04:04:51 -0400 |
---|---|---|
committer | Shuah Khan <[email protected]> | 2022-11-03 03:28:01 -0600 |
commit | d942f231afc037490538cea67bb0c667e6d12214 (patch) | |
tree | 355b720708bd73bd0932f9148fbb6345c8bcd2be /scripts/generate_rust_analyzer.py | |
parent | 67c0b2b5291656cbcb15371f835f5152fae2f7a2 (diff) |
selftests/vDSO: Add riscv getcpu & gettimeofday test
Enable vDSO getcpu & gettimeofday test for riscv. But only riscv64
supports __vdso_gettimeofday and riscv32 is under development.
VERSION
{
LINUX_4.15 {
global:
__vdso_rt_sigreturn;
__vdso_gettimeofday;
__vdso_clock_gettime;
__vdso_clock_getres;
__vdso_getcpu;
__vdso_flush_icache;
local: *;
};
}
Co-developed-by: haocheng.zy <[email protected]>
Signed-off-by: haocheng.zy <[email protected]>
Suggested-by: Mao Han <[email protected]>
Reviewed-by: Shuah Khan <[email protected]>
Signed-off-by: Guo Ren <[email protected]>
Signed-off-by: Guo Ren <[email protected]>
Cc: Paul Walmsley <[email protected]>
Cc: Palmer Dabbelt <[email protected]>
Cc: Elliott Hughes <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions