summaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso/vdso.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/vdso/vdso.lds.S')
-rw-r--r--arch/mips/vdso/vdso.lds.S5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/vdso/vdso.lds.S b/arch/mips/vdso/vdso.lds.S
index 21655b6fefc5..8df7dd53e8e0 100644
--- a/arch/mips/vdso/vdso.lds.S
+++ b/arch/mips/vdso/vdso.lds.S
@@ -95,6 +95,11 @@ PHDRS
VERSION
{
LINUX_2.6 {
+#ifndef DISABLE_MIPS_VDSO
+ global:
+ __vdso_clock_gettime;
+ __vdso_gettimeofday;
+#endif
local: *;
};
}