summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso/vdso.lds.S
diff options
context:
space:
mode:
authorVincenzo Frascino <vincenzo.frascino@arm.com>2019-06-21 10:52:47 +0100
committerPaul Burton <paul.burton@mips.com>2019-07-25 21:45:35 -0700
commitabed3d826f2fb723c61b1251720348a42357c4e5 (patch)
treea5e86a723bf4b75d5bcb029ad94b15a3414cacd7 /arch/mips/vdso/vdso.lds.S
parent24640f233b466051ad3a5d2786d2951e43026c9d (diff)
downloadlinux-stable-abed3d826f2fb723c61b1251720348a42357c4e5.tar.gz
linux-stable-abed3d826f2fb723c61b1251720348a42357c4e5.tar.bz2
linux-stable-abed3d826f2fb723c61b1251720348a42357c4e5.zip
mips: Add clock_getres entry point
The generic vDSO library provides an implementation of clock_getres() that can be leveraged by each architecture. Add clock_getres() entry point on mips. Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Paul Burton <paul.burton@mips.com> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com> Signed-off-by: Paul Burton <paul.burton@mips.com>
Diffstat (limited to 'arch/mips/vdso/vdso.lds.S')
-rw-r--r--arch/mips/vdso/vdso.lds.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/vdso/vdso.lds.S b/arch/mips/vdso/vdso.lds.S
index 94d90c440590..ad9f2f2c0c97 100644
--- a/arch/mips/vdso/vdso.lds.S
+++ b/arch/mips/vdso/vdso.lds.S
@@ -95,6 +95,7 @@ VERSION
global:
__vdso_clock_gettime;
__vdso_gettimeofday;
+ __vdso_clock_getres;
#endif
local: *;
};