mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux: arm: vdso: add vdso_clock_gettime64 syscall for non virtual timers
This commit is contained in:
parent
c0a1e64c39
commit
0523b87e81
@ -0,0 +1,12 @@
|
||||
diff --git a/arch/arm/kernel/vdso.c b/arch/arm/kernel/vdso.c
|
||||
index e0330a25e1..28cfe7bad1 100644
|
||||
--- a/arch/arm/kernel/vdso.c
|
||||
+++ b/arch/arm/kernel/vdso.c
|
||||
@@ -184,6 +184,7 @@ static void __init patch_vdso(void *ehdr)
|
||||
if (!cntvct_ok) {
|
||||
vdso_nullpatch_one(&einfo, "__vdso_gettimeofday");
|
||||
vdso_nullpatch_one(&einfo, "__vdso_clock_gettime");
|
||||
+ vdso_nullpatch_one(&einfo, "__vdso_clock_gettime64");
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user