Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
[linux-2.6-microblaze.git] / arch / s390 / kernel / vdso64 / vdso64.lds.S
index 518f1ea..d4fb336 100644 (file)
@@ -17,7 +17,7 @@ SECTIONS
 #ifdef CONFIG_TIME_NS
        PROVIDE(_timens_data = _vdso_data + PAGE_SIZE);
 #endif
-       . = VDSO64_LBASE + SIZEOF_HEADERS;
+       . = VDSO_LBASE + SIZEOF_HEADERS;
 
        .hash           : { *(.hash) }                  :text
        .gnu.hash       : { *(.gnu.hash) }
@@ -137,6 +137,9 @@ VERSION
                __kernel_clock_gettime;
                __kernel_clock_getres;
                __kernel_getcpu;
+               __kernel_restart_syscall;
+               __kernel_rt_sigreturn;
+               __kernel_sigreturn;
        local: *;
        };
 }